Support the ongoing development of Laravel.io →

1,185 Threads

Redirect submitted form request to login page before saving to database

I have a particular client requirement to have a form available to all logged out users but when the...

0 Likes
1 Replies

Best way to create a product comparison on an L5 store?

I am creating a Laravel 5 store shopping cart and I would like to allow the users to compare up to 3...

0 Likes
3 Replies
Solved

Add additional Route parameter to Resource controller

Is there a way to allow the create() function/route in a RESTful Resource Controller to accept an op...

0 Likes
1 Replies

Creating or Updating multiple DB table with a single form.

I have a data model in which I can have multiple 'telecoms' (i.e. phone numbers, etc.) for each user...

0 Likes
1 Replies

joining multiple tables

Hello everyone, I am trying to join multiple tables in my controller.php but i am getting errors. I...

0 Likes
0 Replies

Running Jobs at a specific time

Hi, Currently im using Laravel 4 for a few years now. And I really love it! But I have a questions h...

0 Likes
5 Replies

Pagination of query string that contains an array

$listings->appends(Request::query())->render() if query contains array than pagination messes...

0 Likes
10 Replies

Storage: S3->Put() causes no server response for larger (still small) files

I'm working with a form that uploads files and stores them in S3, using code such as the following:...

0 Likes
0 Replies

Input:file wrong counting

// get all the files to upload in an array $files=Input::file('images'); // count the number of file...

0 Likes
0 Replies

Users can't login after logout

Hi, i'm having an issue. After registration users get automatically logged in and have no problems....

0 Likes
3 Replies

Call to a member function save() on null when I try to save

I am getting the following error Call to a member function save() on null when I try to save...

0 Likes
1 Replies
posted 9 years ago

How to Update image

Hi i am new to laravel please help me to update image path Here is my controller public function sto...

0 Likes
3 Replies
Solved

I'm getting an error in my gulpfile

I am using php storm and I'm getting an error in my syntax where I have it marked elixir(function(mi...

0 Likes
1 Replies

Update multiple rows using multiple select menu inputs

What I want to accomplish, is to update multiple rows at once, based on what has been submitted usin...

0 Likes
2 Replies

How to change the request input ?

hello every one i have a Category model and its have only name and image field so for making a new c...

0 Likes
3 Replies
Solved

routes group requiring the same resource

What's the best way to provide the same resource for grouped routes? I was thinking of custom model...

0 Likes
0 Replies

Checkbox showing "0" and "1" instead of "Yes" or "No"

Hello guys. First of all, thanks for the interest in my topic. I have a simple question i guess. The...

0 Likes
1 Replies
Solved

Add extra value to query in Laravel 5

Hi, in my database i have a column "extra_data" which i have to fill after a form submit....

0 Likes
4 Replies
Solved

Trouble creating product

I get TokenMismatchException when I'm trying to create product for my online shop. But when I remove...

0 Likes
4 Replies

How to catch "POST Content-Length of n bytes exceeds" ?

Warning: POST Content-Length of n bytes exceeds the limit of x bytes in Unknown on line 0 Is there...

0 Likes
3 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.