Questions tagged as 'laravel'

0
answers

Download files using rest api laravel in Postman

I am designing a small file export service in laravel using phpoffice and dompdf. My implementation generates the files, but when I try it in postman to see how the download mechanism works I get this: Instead of a download event occurr...
asked by 02.03.2018 / 21:47
0
answers

installation of Spatie / laravel-permission

Hi, I'm trying to install, spatie in lumen 5.6 I'm following the instructions in link When trying to run the migrations I get the following error: SQLSTATE[42000]: Syntax error or access violation: 1103 Incorrect table name '' (SQL: creat...
asked by 01.03.2018 / 21:39
0
answers

Pass more than two data in laravel and highcharts

I'm running a query by laravel to bring me an average consumption, and the months according to the parameter that I'm sending that is the year, to show them in highcharts shows me but I want you to show me the sum of the initial number , is ther...
asked by 01.03.2018 / 17:16
0
answers

Replace avatar URL with login Laravel Socialite

I am facing a slight problem when saving the avatar in the database "avatar of the social network" using Laravel Socialite. I must say that the problem is not more than the url that keeps me, given that I receive all the data correctly but in th...
asked by 27.02.2018 / 05:45
0
answers

Because I get "out of memory" in Laravel queue

I am using Store :: put () to save images that come by post with psd, jpg and png extension from the controller. With the png and jpg files there is no problem but I had to increase the memory of php.ini "memory_max .." to be able to execute...
asked by 26.02.2018 / 11:35
0
answers

Laravel error in wampp

Could you help me solve this problem? "Call to undefined function Illuminate \ Encryption \ openssl_cipher_iv_length ()" Thanks for your time     
asked by 24.02.2018 / 02:43
0
answers

Pass numeric data to a highcharts chart with laravel

I'm sending a json via javascript and I send them to the laravel driver, all right up there but when I go back to elaborate the graphic in the lower part it shows me some numbers but not the dates and I do not know what I have to do to show me t...
asked by 23.02.2018 / 14:45
0
answers

Laravel Argument 1 passed to Illuminate \ Database \ Grammar

I want to save a request and at the same time with the same ID save the detail that of articles that come with it. public function store(Request $request){ $this->solicitud->save(); foreach ($request->descripcion as $dat...
asked by 21.02.2018 / 00:15
1
answer

how to change profile image and delete the old one in laravel

I'm learning laravel and I'm doing a user panel where this has an avatar by default, the user can change their profile image, and I can upload the image and deploy it, the problem is that every time I upload a new image, the old one remains in t...
asked by 13.02.2018 / 19:46
0
answers

Show with a graphic in laravel

I need help, what happens is that I'm making a graph by means of highcharts in laravel but I do not have the slightest idea of how I get an amount, it turns out that the graph I'm doing is to obtain which farm had the most amount of pigs started...
asked by 15.02.2018 / 23:00