Support the ongoing development of Laravel.io →
rainbowhat

rainbowhat

Joined 4 Feb 2014

Statistics

Threads 36
Replies 12
Solutions 1
Articles 0

Cookie not Displaying

$cookie = Cookie::forever('test','selected') $test = Cookie::get('test'); dd($test); I'm getting NUL...

0 Likes
0 Replies

Database whereHas with Wherein (Query Builder)

id item_id tag_id 244 25090 28 247 25091 28 249 25091 33 250 25092 28 251 25092 33 253...

0 Likes
1 Replies

Array on One Column (Join)

DB::table('users') ->join('contacts', 'users.id', '=', 'contacts.user_id') ->join('orders', 'u...

0 Likes
1 Replies

Handling Unique Short Code Representitives

Lets say I have a list of Status 1 - Pending Submit 2 - Submitted 3 - Extra Images Uploaded 4 - Com...

0 Likes
1 Replies

Conflict in Unique Column Name - Join Statement Query Builder

DB::table('users') ->join('contacts', function($join) { $join->on('users.id', '=', 'contacts.u...

0 Likes
1 Replies
replied 9 years ago
0 Likes
replied 9 years ago
0 Likes
replied 10 years ago

White error screen

HELP! NGINX GIVING ME THIS ISSUE TOO!

0 Likes
replied 11 years ago

3NF database design ( And Conditions )

allmyitjason said: Otherwise maybe try: $res = DB::table('item_tag'); foreach($ID as $uID){ $res...

0 Likes
replied 11 years ago

Cookies not persisting after Laravel 4.1 upgrade

It's not fix after so long ??.... I'm facing this issue too :(

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.