Support the ongoing development of Laravel.io →
rainbowhat

rainbowhat

Joined 4 Feb 2014

Statistics

Threads 36
Replies 12
Solutions 1
Articles 0

Memcached as default Cache

I'm planning to setup Memcache and APC. Question 1 , If i use File as default cache, does it cache t...

0 Likes
1 Replies

Adding Select statement to ORM

Retrieving A Record By Primary Key $user = User::find(1); var_dump($user->name); Is there anyway...

0 Likes
4 Replies
Solved

Assigning Variable to URL

Route::get('/p/{id}/{name?}', array( 'as' => 'viewItem', 'uses' => 'HomeController@viewIte...

0 Likes
4 Replies

Using Variable in DB function

DB::table('users') ->join('contacts', function($join) { $join->o...

0 Likes
2 Replies
Solved

Issues with Eager Load With Limit & Variable

The following would give me collection without Items. $collectionList = Collection::where('user_id',...

0 Likes
7 Replies
Solved
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.