I have a particular client requirement to have a form available to all logged out users but when the...
I am creating a Laravel 5 store shopping cart and I would like to allow the users to compare up to 3...
Is there a way to allow the create() function/route in a RESTful Resource Controller to accept an op...
I have a data model in which I can have multiple 'telecoms' (i.e. phone numbers, etc.) for each user...
Hello everyone, I am trying to join multiple tables in my controller.php but i am getting errors. I...
Hi, Currently im using Laravel 4 for a few years now. And I really love it! But I have a questions h...
$listings->appends(Request::query())->render() if query contains array than pagination messes...
I'm working with a form that uploads files and stores them in S3, using code such as the following:...
// get all the files to upload in an array $files=Input::file('images'); // count the number of file...
Hi, i'm having an issue. After registration users get automatically logged in and have no problems....
I am getting the following error Call to a member function save() on null when I try to save...
Hi i am new to laravel please help me to update image path Here is my controller public function sto...
I am using php storm and I'm getting an error in my syntax where I have it marked elixir(function(mi...
What I want to accomplish, is to update multiple rows at once, based on what has been submitted usin...
hello every one i have a Category model and its have only name and image field so for making a new c...
What's the best way to provide the same resource for grouped routes? I was thinking of custom model...
Hello guys. First of all, thanks for the interest in my topic. I have a simple question i guess. The...
Hi, in my database i have a column "extra_data" which i have to fill after a form submit....
I get TokenMismatchException when I'm trying to create product for my online shop. But when I remove...
Warning: POST Content-Length of n bytes exceeds the limit of x bytes in Unknown on line 0 Is there...
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