I'm looking for the most efficient way to get the count of related records from related tables. The...
Hello I'm using this package: https://github.com/ipunkt/laravel-route-cache for caching my routes, b...
Hi, My app contains series of blocks that generated at the controller, and send to master.blade.php....
Dear programmers, I would really like to use dot notations in the laravel cache option, but it seems...
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...
Solutions given in the past year. Excluding solutions from thread authors.
The Laravel portal for problem solving, knowledge sharing and community building.
The community