I am using this in my controller to grab all of the input data from the form, however only two out o...
Say you want to edit a record and post the form using jquery. A prerequisite for this: You should al...
Hello, I am having some trouble with validation, specifically validation rules on arrays and I'm hop...
Looking into how the Exception-driven Controller validation works, I noticed nested calls in Illumin...
Hello everyone! I am new to Laravel. and got confused on how to do some things. I need help in this....
I would appreciate some help with routing in Laravel 5. I've got three models: ReasearchLine, Reasea...
I am currently trying to improve the performance of my Laravel application. The average response tim...
Hi everyone, i have to update some post and, to do that, i'm using this form with PATCH method. <...
Hi, I want to save records for polymorphic tables. <?php namespace App\Commands; use App\Command...
Hi All i have an issues with copy images from one position to another position public function uploa...
Hi, Basically I have a CRM system designed with Lavarel. What i am trying to do is Selecting some co...
Dear Laravel users, I don't know how to describe what I want to have, in one sentence. I'm looking f...
Hey everybody, I'm just playing around with Lumen trying to build a small API. However I'm having is...
in my head tag, I declared this <meta name="csrf-token" content="{{ csrf_token...
Hi, is there any chance to modify the input before validation? I have a DATE field an I want to conv...
I already created a column username and fill it in the users table that was used with the laravel 5...
I'm connecting over https with my browser, and in my middleware class when I call $request->secur...
Not sure what is up but my routes keep getting called twice. I have erased them all and just used th...
I have middleware setup to minify html and it works like a charm. I have the 404.blade.php page loa...
class TestRequest extends Request { public function rules() { // Is it possible to u...
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