Do know guys how to limit number files that can be uploaded, like max of 5 files per upload?
When I create an item: Model::create('field' => 'attribute', 'field2' => 'attribute2'); This w...
My application is quite simple, I want to calculate result from given values and return the result t...
How do I get the selected value from the dropdown? <p>{!! Form::select('companyname', array(''...
how i can change permission to 777 and also in bootstrap. Because i am using croppic to upload imag...
I'm trying to make a api that uses route parameters so that i don't need 1000 routes for all the dif...
Hi In my controller:` $updaterec = Sme::where('rec_id', '=', $request->id)->update(['rec_id'...
Hi, I notificed that the Input facade alias was removed from the config/app.php file. But the file s...
I have a system whereby you can go and create different documents. From a select list, I could selec...
Hello guys, i have this mysql query for counting something in my controller $count = 0; foreach ($d...
In my exception log I see repeated exception errors being generated by what appears to be Google Ads...
i want to insert multiple rows in the database on one click if row is checked using multiple checkbo...
Im new to Laravel, and thought i would start out by creating a simple form. By searching around the...
I have a form that accepts images for profile pics. I know that the form is working, as far as the o...
Hi, I have a working app with laravel cashier and I can bill a user, swap plans... but I don't know...
How to call mutator if I don't have that field in $request->all() input fields? In my model: publ...
Hi, I have a field wich receive a JSON like this: {"grid":{"product":1,"col...
Hey there. I am building an API with Lumen, which looks great. The problem I am facing now applies o...
Hi, I am having problems saving the Multipart Image sent from Android application to laravel. As soo...
New to Laravel, My form looks like this {!! Form::open(array('action' => array('SearchController...
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