By default blade caches its compiled views in {storage_path}/views. I've made sure that this directo...
$cookie = Session::put('test','selected'); $test = Session::get('test'); dd($test); I'm getting sele...
<?php echo $users->appends(array('sort' => 'votes'))->links(); ?> I do a GET form sub...
$cookie = Cookie::forever('test','selected') $test = Cookie::get('test'); dd($test); I'm getting NUL...
Is there a way to use the Cache class to cache API calls like in my example below? I don't see anywa...
Hi, Let's say a User belongsTo a Language, and to make it simple here's the controller (no repo) : $...
I use Simplepi as artisan command for red feed . for setteing simplepie i need the relative address...
#1. Database vs File System I've done a lot of researching on this and am finding pros and cons for...
I need to use Cache with memcache and Cache with file. I would be OK if file cache was like FileCach...
Hi, I installed php-debugbar and this is the output I get. select * from `pages`133μs256KB3000000005...
Hi In yii, we could use cache dependency. For example: $sql = 'SELECT * FROM tbl_post LIMIT 20'; $de...
My app often needs data about different categories on different places of the application, so I put...
I have built a business application using Laravel that utilizes several very large datasets. There i...
Hi all, I have a problem witch cache. I get exception when i try to add tags to cache... Cache::tags...
How can I try to using cache for all of Eloquent query. Example: $users = User::remember(10)->get...
Hi i'm wondering is there any particular reasons Cache::put() returning the void? Wouldn't returning...
Hello, i have created package, which adds roles and permissions functionality to the laravels authen...
Hi, Q1, Is there anyway i can see how Memcache works? with laravel? What does Laravel set in the Key...
I'm planning to setup Memcache and APC. Question 1 , If i use File as default cache, does it cache t...
I have done some research and am still not able to find any examples or best practices on persisting...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community