Questions tagged as 'laravel'

1
answer

How to make a dynamic selection in laravel 5.7 laravel collective?

Veran I have a registration form to my table Inmueble , and one of the fields is its location, the ubicacion is also a table in my database, the fields in the table ubicacion are id and nombre , I need that the s...
asked by 12.12.2018 / 18:51
0
answers

Convert PDF to Images

I am trying to convert a pdf file to images using imagick and using Laravel. $pdf_file = Storage::disk('uploads')->url($name); $image = new imagick(); $image->readImage($pdf_file); $image->setImageFormat('jpg'); $pages = $image...
asked by 12.12.2018 / 20:27
1
answer

LARAVEL Multitouch auth recognition to access Home

Detail I have added a new Admin table for custom logeo to different sections, everything works perfect for me as I have it now, and editing the config/auth all right up there. My problem is that I can not call the view home.blade.php...
asked by 05.12.2018 / 18:35
0
answers

Auth :: user add the corresponding logeo guard

This works perfectly for me to see the user information logged in my custom guard: $data = array( 'admin' => Auth::guard('admin')->user() ); but how could it happen to Auth::user because it is something used globally. Somet...
asked by 05.12.2018 / 20:32
0
answers

Login error with Laravel Vue with JWT

I have an error when logging in my login, I created the account in my registry but when I put the data, I sent an error on my token, that happens when I create my accounts because the first account I made Log me in. When I log in, I get this...
asked by 05.12.2018 / 19:51
0
answers

error with laravel 5.3

I'm following a tour for Laravel 5.3 and I'm in the implementation of a shopping bug but I have an error in the whole project for having called a variable in the following file: resourses / layouts / app.blade where I place: <li...
asked by 04.12.2018 / 14:50
0
answers

problems with vue-draggable laravel 5.7 (problems with vue-draggable laravel 5.7)

I call him in laravel and he only shows me this I do not know why it does not work <template> <table class="table table-striped table-bordered"> <thead> <tr> <th>ID</th&...
asked by 04.12.2018 / 18:26
1
answer

Help with multiple select2

I have a reservation form, in which I was asked by a client to make several reservations on an invoice, I thought of using select2 with the multiple option to add several rooms in an easy and friendly way, but, there is always a but, When I add...
asked by 05.12.2018 / 04:36
0
answers

How to create pdf reports with bar charts in laravel?

Hi, I've been trying to create reports with laravel and recently reading I find that the laravel-dompdf library can not process javascript code. Does anyone have an idea to generate pdfs with graphics?     
asked by 03.12.2018 / 16:34
0
answers

Laravel supplementary data in pivot table

I have a pivot table for a m-n relationship between a travel table and a travelers table. The migration is like this: <?php use Illuminate\Support\Facades\Schema; use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations...
asked by 03.12.2018 / 17:19