Questions tagged as 'laravel-5'

1
answer

Problem with Datatables in Laravel 5.2

Hello, I tried to use the server-side Datatables and not server-side but it does not display the datatables. I do everything according to the documentation ( link ) and in internet tutorials, but it does not work and also does not display any er...
asked by 13.10.2016 / 20:36
0
answers

How to make a filer in laravel 5.3

Hello, I have tried to make a form that receives a cpf and if this cpf is in the database it returns all the data linked to that cpf (name, title, code etc) just next to the form, in the same view. But I'm having a hard time doing it. Here are th...
asked by 03.11.2016 / 20:19
1
answer

After adding / deleting my active tab-panel (Laravel)

I am developing an application where it is possible to include services in tab-panel and in the other tab-panel it is possible to save other information, however when saving the registry in tab-panel services, view re...
asked by 03.11.2016 / 21:26
2
answers

Controller laravel 5

My next project structure: My ControllerLogin class is as follows: <?php use Illuminate\Foundation\Bus\DispatchesJobs; use Illuminate\Routing\Controller as BaseController; use Illuminate\Foundation\Validation\ValidatesRequests;...
asked by 04.10.2016 / 14:16
1
answer

How to bring the radio button checked with a Bank result

It looks like a simple thing but it's not working, I'm trying to get a radio button checked but it does not bring anything marked, the data is being returned from the bank, I've already done the test but the radio is not marked. In my Blade vi...
asked by 04.10.2016 / 06:11
1
answer

Problems with angular route 2 and laravel 5

I have a system in laravel 5.3, and I'm putting the angular 2 to take care of the front end. I have several modules, ex: companies. The route / companies will lead to the listing of companies getting like this: localhost: 8000 / companies ... Bu...
asked by 07.11.2016 / 23:51
1
answer

RouteCollection.php line 161

I developed a PHP application using Laravel on a computer, when I copied this same project to another computer and run the same, the following error occurs:    NotFoundHttpException in   C: \ wamp64 \ www \ FindPet \ vendor \ laravel...
asked by 15.10.2016 / 01:57
0
answers

Problem to compile Gulp in Laravel 5.3

Error while running Gulp laravel 5.3, I have reinstalled all the packages. What to do? Here is the error you give me: Vue packages version mismatch: [email protected] [email protected] This may cause things to work incorrectly...
asked by 29.09.2016 / 16:47
1
answer

Assign and send checkbox value unchecked in Larevel

I have a form where the user can activate or deactivate certain options with or without a checkbox . <input name="ppra" type="checkbox" data-oFF-text="INATIVO" value="1" data-off-color="danger" data-size="small" data-on-text="ATIV...
asked by 28.09.2016 / 19:04
0
answers

How to choose the default folder when executing the "styles" and "scripts" functions of Elixir?

Using Laravel Elixir, I usually use the styles and scripts functions to concatenate the assets to a single file. However, it seems that by default these two functions try to read files from the resources/assets folder. Wh...
asked by 30.09.2016 / 19:20