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...
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...
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...
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...
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...
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...
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...
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...
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...
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...