Support the ongoing development of Laravel.io →
RDelorier

RDelorier

Joined 11 Dec 2014

Statistics

Threads 0
Replies 27
Solutions 5
Articles 0

rdelorier has not posted any threads yet

replied 10 years ago

Creating checkboxes from database table

The code sample is missing the second arg for in_array, it doesn't know where to look

0 Likes
replied 10 years ago

Laravel unique validation on multiple columns for unique relations

Try the unique rule with with additional where clause 'name' => 'unique:games,name,NULL,id,user_i...

1 Likes
Solved
replied 10 years ago

Inserting data into table with foreign Key

Looks like you need to create the user first then insert dealer_address with dealer_id = $newUser-&g...

0 Likes
Solved
replied 10 years ago

Custom page in place of "Whoops!".

From app/Exceptions/Handler.php you can return an http response from render public function render($...

0 Likes
replied 10 years ago

Does Laravel's Lumen handle JSON format input?

If the json is not formatted correctly it will just silently fail to parse it

0 Likes

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.

© 2026 Laravel.io - All rights reserved.