Even after setting the route, when performing a post, the application occurs the "404 not foud" error. However, when accessing the index, I get data from my bank. Theoretically, it was also not to access.
I'll post the code for you to review...
I need to fetch the data from a process table, and from 2 other tables one of process authors and defendants, the question is how to search in a grouped way that I can go through with foreach to fill a report, I'm using Laravel, follows list of...
I want to pass these variables, but it seems that quantity prevents me, is there another way?
return view('pontuacao')->with('somas', $somas[0]->p)->with('somas1', $somas1[0]->s)->with('palpites', $palpites)->with('co...
I was making an auth larial system that changed the profile picture of the user and the following error occurred:
This is my php code:
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
use Auth;
use Imag...
I have a question with uploads of files in Laravel. I created the symbolic link with php artisan storage:link and to upload files I am using the code below according to the Laravel doc link
public function updatePhoto(Request $request...
I have a bmp image saved in the database, but this file is already in the database and was not included in the framework, I would just like to know how I can display this image in the view.
Note: I've already tried the method:
No Controlle...
Good afternoon,
I have a function in which you are responsible for taking the image and resizing it, however images with 3000x2000 are not loaded by WideImage
WideImage::load($ampliada)
->resize($largura, $altura, 'outside',...
There is an error in the family composition, which says:
Undefined variable: compositionFamily
The family composition code is this:
$composicaoFamiliar = DB::table('membro_familiar')->insertGetId([
'id_identificacao_usuario'...