I cache the results of a query using the remember method. But how to cache all query?
Hi - can anyone tell me if cache keys can be non-unique if tags are being used? For example, can I s...
laravel 4.2 is conflict with php5 xcache module. If you installed xcache,access laravel will get a b...
[2014-09-13 12:10:51] s2.bigxu.com.ERROR: exception 'ErrorException' with message 'unserialize():...
Hi guys, I have the problem that when I change my Session config to "memcached" it does't...
I tried using all the Laravel related minify packages and they all suffer from the same problems, es...
i am creating high traffic news web site. daily visitors 200.000 visit. i did full cache. see below...
Wouldn't it be nice if homestead would provide nginx with the page speed (https://developers.google....
Hi, In the url you get something like /view/1 but I would like to to show /view/test instead, but I...
Hi all, I get posts with the query below in pagination: $posts = Post::all->paginate(30); I want...
I have a view that is populated in part by rendering a view and passing it back as html in a JSON ar...
Reposting from http://stackoverflow.com/q/25771362/1583214 because I have no patience. :-) -- The La...
hi guys There are bug on this code. http://laravel.io/bin/aaqk8 Why there is bug this code? Thanks i...
Hi, I'm experiencing a strange behavior in the model observer/event callbacks. I'm trying to clear t...
I'm getting a "Call to undefined method Illuminate\Support\Facades\Cache::driver()" whenev...
Hi, I'm trying to get Cache working, but whenever I call to any of its methods as described in docs...
Hi there How I can cache Eager loading in laravel? suppose that we have this query : $today_posts =...
I'm creating dynamic PNG images from database data using Intervention/image. To decrease the process...
I have one strange issue while using Memcached with Laravel. On my local environment I'm using Windo...
Im new to laravel. I changed something in the routes.php, e.g. handling a new different URI, changin...
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