Questions tagged as 'laravel'

1
answer

How to re-size an image in laravel?

This is the function that I have that saves the image everything works fine, but I want to know how I can do to resize the images and fill the images to not distort, like adding a margin, either vertically or horizontally according to as necessa...
asked by 25.09.2018 / 13:16
0
answers

I did not generate the code folder on the virtual machine when using homestead

I am learning to generate the development environment with homestead but when doing all the steps and doing the $ vagrant up and registering with $ vagrant ssh I can no longer do the $ cd code to install a laravel project there. I understand tha...
asked by 13.09.2018 / 17:05
0
answers

Place a field loaded from a View into another View laravel 5.6

I require Good I need to pass the name of the company from this table when pressing see / edit , I know it's something simple but for those of us who are learning it is a whole crusade if you could please guide me, I would appreciate it....
asked by 19.09.2018 / 21:19
0
answers

Laravel: Place helper of laravel package in element created with javascript

I am using the package shinobi of permissions which has a helper called can. The can is used by placing it in the html element in this way: @can('create.blog.post')<button>Crear</buttton>@endc...
asked by 07.09.2018 / 10:33
0
answers

Property [id] does not exist on this collection instance Laravel 5.6

I want to ask for a little help, maybe your critical eye can help me solve that, I'm working with 2 tables, which have these migrations: Table questions: Schema::create('questions', function (Blueprint $table) { $table->increments(...
asked by 11.09.2018 / 04:55
0
answers

send token jwt Laravel

I followed this tutorial for authentication in laravel by jwt and in the end a token comes back to me. In postman it works perfectly and when wanting to enter any route I send it by postman the header: "Authorization: Bearer {{token}}" an...
asked by 07.09.2018 / 23:28
0
answers

Broadcasting / Broadcasters / PusherBroadcaster.php "," line ": 116

I'm doing a private chat with laravel pusher and vue 2. The issue is that when I use the helper broadcast () it gives me a connection error and I have all the data correctly entered in the .env file. I also have the providers and with Echo la...
asked by 05.09.2018 / 23:25
0
answers

Problem with laravel Authentication 5.6

I have a problem with the authentication of laravel .. I have a project in my github repository .. one day I changed my system and then clone back the project to continue working .. then I wanted to log in to the system and I skipped a message t...
asked by 07.09.2018 / 18:04
1
answer

Problems in update laravel

Friends I have problems updating a Laravel record when I select everything from the Subseries brings me the subtle array:2 [▼ 0 => array:19 [▼ "id" => 1 "serie_id" => 1 "nombreSubSeries" => "Planes de Negocio" "co...
asked by 06.09.2018 / 17:19
1
answer

Pass parameter in JasperPHP and Laravel

I have the following code in PHP under Laravel I need to pass the id of the invoice and the name of the account. but it does not work. it only allows me to send a single parameter in the array. if I remove the $ account-> name, it works perfect...
asked by 07.09.2018 / 04:04