I'm planning to setup Memcache and APC. Question 1 , If i use File as default cache, does it cache t...
Retrieving A Record By Primary Key $user = User::find(1); var_dump($user->name); Is there anyway...
Route::get('/p/{id}/{name?}', array( 'as' => 'viewItem', 'uses' => 'HomeController@viewIte...
DB::table('users') ->join('contacts', function($join) { $join->o...
The following would give me collection without Items. $collectionList = Collection::where('user_id',...
allmyitjason said: Otherwise maybe try: $res = DB::table('item_tag'); foreach($ID as $uID){ $res...
It's not fix after so long ??.... I'm facing this issue too :(
The Laravel portal for problem solving, knowledge sharing and community building.