I have tasks table, which have fields assigned_to_user and assigned_to_group to assign task to eithe...
I have few problems with mail in L5.1 cc option is not working. In Laravel 5.1 docs described that...
So I'm trying to make a new company in a CompanyContoroller includes and public function store() is...
in blade template of page I have form controls <input type="radio" value="clear&...
I have two models Service and Toppings. Each Service hasMany Toppings, Toppings belongsTo Service. B...
Hello, I'm trying to store my array data in to the database with no luck. Here's what I have: In the...
I have tried various combination to imitate a file upload without much luck.. My last attempt consis...
QUESTION I would like to be able to start the pagination on a specific page. CONTROLLER public funct...
Where can i put the resize in this code thanks. $this->validate($request, [ 'email' =...
####Like this image is going in DB ["image1","image2","image3"] but I...
Hello guys, I have model with these settings/methods: protected $casts = ['data' => 'object'];...
All, Case: Uploading profile picture. This is working offline on my localhost, but after putting it...
Hello I want to do a mass assignment from a request, but im facing some trouble with the autogenerat...
I have a form in Laravel. I used pagination in this form and search option too. Pagination works fin...
I am trying to do a dynamic or dependent dropdown list but I don't know how to obtain data from the...
Hi In my controller:` $updaterec = Sme::where('rec_id', '=', $request->id)->update(['rec_id'...
How to call mutator if I don't have that field in $request->all() input fields? In my model: publ...
Hi, I am having problems saving the Multipart Image sent from Android application to laravel. As soo...
Hi, can laravel send parameter from route to construct controller? Route::group(['prefix' => '{si...
What I’m trying to do is when a new candidate is created an extra field is automatically populated i...
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