Questions tagged as 'laravel-5'

0
answers

Problem in files after upload, in Laravel 5.4

I have the following code to upload files in my Laravel application. upload.blade <div class="form-group"> <label for="name" class="col-sm-3 control-label">Documento *:</label> <div class="col-sm-6"> &...
asked by 12.07.2017 / 01:29
0
answers

Static ELue with vuerouter

I have an application that uses vue-router, but it also has the need to login, and with this login comes the change in the header, where you will log in and register, or panel, but in specific cases. I'm using vue router, is there any way thi...
asked by 28.06.2017 / 00:32
0
answers

Group By | Relationship Many To Many Laravel 5

I'm developing an application in Laravel 5 where I have the tables employees , companies , exams , employee_exams and their respective fields as migration below: :: Table Companies public function up() { Schem...
asked by 14.06.2017 / 19:33
1
answer

Error in minification of images with Gulp in Laravel

I'm trying to make the gulp minify the images of my project. My project is laravel 5.3 and I'm using the laravel-elixir-imagemin thumb to minify, but when I give the command gulp imagemin the following result appears: Please no...
asked by 08.06.2017 / 22:26
0
answers

Problem with delete after deploy

Good afternoon. I deployed an APP that I'm developing in Laravel with PHP 7, in order to generate orders. The application is very simple, it has: a customer registration and consultation; Products query; Order manager (register / consult...
asked by 09.06.2017 / 20:41
0
answers

Pull user information logged in without using Auth :: user ()

I have an application developed with Laravel that has some small .php files in the public folder that are loaded in a given view. I need to pull user information logged in to these files, but I could not get it with Auth :: user (). How can I...
asked by 18.05.2017 / 16:19
1
answer

Problem returning multiple routes in laravel

I have a route that when accessing www.exemplo.com/comer returns a view with the content. What I am trying to do now and I created another route to do the same effect but when I try to access www.example.com/cesar-sousa does not return th...
asked by 02.06.2017 / 00:47
1
answer

Problems accessing show method in root of Laravel

I'm studying Laravel and in parallel creating some projects, but I'm debating with some problems, when I'm calling the show(); method Example controller: Route::resource('/', 'TEstController'); The index method is called without p...
asked by 14.05.2017 / 17:49
0
answers

Relationship between 3 tables with pivot

I have the following structure that I have to follow. Movies People People Types (Actor, Cameraman, Director) Where Every Person HasMany People Types And Every Movie HasMany Person That is, Each movie will have the fields Director, Vide...
asked by 26.04.2017 / 19:43
1
answer

What is the best way to integrate Laravel with angular 2?

I know how to create an application using Laravel, and I also know how to create an application using Angular 2/4. But how to integrate the 2? would it be just creating a Laravel API and another Angular application? or do I have to create the An...
asked by 02.05.2017 / 23:37