https://laravel.com/docs/5.8/eloquent-relationships#defining-custom-intermediate-table-models Why wo...
I am trying to export into excel from Laravel but got this error above. Controller public funct...
I try to use my request class validation directly in my controller without injection. So i think i n...
public function html () { return $this->builder () ->columns ($this->getColumns ()) ->ad...
I'm trying to pass a parameter of a controller to a URL of a form, this parameter is in my routes bu...
Does anybody know a way to extend the default cache class to that on insert/update it would use one...
It seems when I do a POST request with data, then I get the following error message in the console:...
Hello, I am having an issue with laravels (5.7) validator. When the validator detects invalid input,...
The AWS Certified Solution Architect is the trained professional who does the evaluation of the requ...
i want to apply specific validation in my email form pls help me
Hello, Is anyone have an experience using either Backpack or AdminLTE to develop admin panel in Lara...
user.php public function sendPasswordResetNotification($token) { $this->notify(new se...
https://laravel.io/forum/anyone-using-athena-with-laravel-5 I couldn't find reply button on this thr...
Controller: $indirizzo = DB::table('indirizzoimpiantos')->where('id_impianto', $dettagliimpianto[...
Please help me. I have tthe auth system, the dashboard and more pages, but i need a forum. Please he...
Hi all. I have 3 tables in Laravel: doctors, clinics and clinic_doctors. Doctors have relation: publ...
Hello work on laravel 5.7 but i have a bug with the authentification, i have a admin middleware and...
Hi everyone!<br> I have a dropdownlist in my view: <form action="./sort" method=&...
Hi all. I just deploy my laravel app using docker container on my GCP instance. I can run the migrat...
On production, when I navigate to http://api.mywebsite.com/api/mail/send in my browser I get a 404 p...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community