Questions tagged as 'laravel-5'

0
answers

Problems with paging laravel 5.5

Good day. I have a small problem with paging, which does not work properly, I have two methods, one of which is correctly paged, like this one. But the other one does not public function selectord (Request $ request)     { $valorus...
asked by 11.11.2018 / 17:23
0
answers

laravel driver to receive data from ajax

I'm trying to insert data from an Ajax but it gives me an HTTP500 error, I suppose it is from the controller and I wonder what modifications the controller needs to receive the data correctly? Driver public function controladorprueba(Requ...
asked by 09.11.2018 / 19:17
1
answer

Error Undefined index: loading an excel - laravel 5

I would like to know if someone can help me with this error. I'm trying to upload a file in excel to a table in a bd, but I get that error, and sincerely I've given it a thousand laps and I do not know why I do not take the data. I'm tryin...
asked by 09.11.2018 / 22:33
0
answers

Error installing barryvdh / laravel-dompdf Laravel

When I try to install barryvdh on laravel 5.4 it gives me the following error I really do not know what I'm doing wrong, I'm just running the command: composer require barryvdh/laravel-dompdf My composer.json is the following:...
asked by 20.11.2018 / 23:59
0
answers

USERS WITH ROLES

Does anyone know any video tutorial to do that? the creation of roles, and modify the views? since what I need, that the menu (vertical) the button 'Admin' and its respective page only the administrator can access     
asked by 07.11.2018 / 03:48
0
answers

Print in Laravel

I need to print a view called pura_noticia.blade.php: <center> <h1 class="card-title">El Aullido Vespertino</h1> <hr> <h2><b><i><u>{{$articulo->titulo}}</u></i></b&g...
asked by 02.11.2018 / 17:05
0
answers

Problem in the auth when running composer update

I have laravel's Auth system and I made some changes, among them I changed the login and register path, when I install something and execute "composer update" (in windows) it seems that the auth is reset to its original state (as newly configure...
asked by 03.11.2018 / 23:55
0
answers

Save array in BD with laravel 5.5

I have a create for the registration of users where there is a MULTIPLE SELECT to assign several entities to the user. And he throws an array for each option I frame. So I have the multiple select: <label for="entity_id"&g...
asked by 02.11.2018 / 16:34
1
answer

Validate by checking a variable

You see, I have the table Photo, with these values: Schema::create('fotos', function(Blueprint $table){ $table->increments('id'); $table->string('foto'); $table->string('nombre'); $table->date('f...
asked by 09.11.2018 / 11:19
1
answer

multi language with Laravel 5.2

Greetings to everyone in the community I have a problem when I want to try to place a multi-language site, I have downloaded the language packs and put them in the resources / lang folder of Laravel 5.2 I have configured my view like this:...
asked by 09.11.2018 / 14:44