Questions tagged as 'laravel'

1
answer

Error- Laravel php artisan

I'm having this error when executing the command php artisan serve RuntimeException in Encrypter.php line 43: The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key lengths. in Encrypter.php line 43 at Encrypte...
asked by 01.11.2017 / 00:11
0
answers

How to add Reliese / Laravel to the provider in Lumen / Laravel, latest version?

I just installed Lumen and will need to use Reliese to create the Models (and migrations) from a database that already exists. Following the documentation, after installation I need to add Reliese to the provider in Config / app.php The...
asked by 20.08.2017 / 23:24
1
answer

Passing data from a table to a modal Laravel and Ajax

I have a table that brings up my results from a search via Ajax . But I need to open a modal with more details about the table items, but I can not pass the data to the modal. Here is the code: Content of my Query Controller public funct...
asked by 29.03.2017 / 20:27
0
answers

How to page a JavaScript filter in Laravel 5.4?

I created a search filter for a table, in it I have Description, Model, Status, among others 'inputs' to make the search. But after the search is done, pagination does not track the result. Here is the code below: Index: @extends('admin/l...
asked by 02.05.2017 / 19:35
2
answers

Where should a globally used method be?

I have a method called parser, in short its code is: public function parser($local) { $file = storage_path($local); $csv = Reader::createFromPath($file); // remove cabeçalho (ignora a primeira linha // $novo = $reader->setO...
asked by 06.03.2017 / 14:55
1
answer

PHP SQLServer Stored Procedure Does Not Run Correctly

Hello, I'm developing an application using Laravel Framework Handler from my Backend and found the following error. My SqlServer Express 2008 R2 database has a stored procedure that performs a series of routines and inserts data already forma...
asked by 19.12.2016 / 16:34
1
answer

Upload image on server does not work

When I upload locally using WAMP64, everything happens normally. However, when I upload from the site, which is on the production server, the following error message is displayed.    NoWritableException in Image.php line 143:       Can not w...
asked by 14.12.2016 / 21:17
1
answer

Join in Eloquent - Join in Eloquent?

I'm learning Laravel now, and out of curiosity I came across the following problem, doing a join between two tables, in my case, " categorias " and " subcategorias ", when I'm going to list the subcategorias . It look...
asked by 12.05.2017 / 06:57
0
answers

Doubts about integration Bradesco ticket [closed]

I am in doubt about integrating this Bradesco payments solution. This is the documentation I do not know if it's via POST, via GET, if it's via XML. I'm confused.. I tried something like this <?php $adm = '0000'; $order = '1'; $url...
asked by 11.10.2016 / 15:26
0
answers

Problem with application Laravel Online [closed]

I've uploaded my application Laravel and gave the following error:    FatalErrorException in AuthServiceProvider.php line 9: Class   'Illuminate \ Foundation \ Support \ Providers \ AuthServiceProvider' not   found Can anyone give me...
asked by 07.10.2016 / 16:28