Okay so as I am reading the Laravel Documentation, I am kinda noticing they are trying to sell me on...
So I can't find the answer to this. I had my class Permission, the name of the file was Permission.p...
Hello, I am trying to cache a query which is ordered by RAND() in my category->questions() relati...
This has been a persistent issue, and now it is time to fix it. I have a section of a projcet where...
I'd like to cache Auth::user() calls, because I have the username of the logged in user in my top na...
Hii. I used laravel 5.3, change the view but always cache old view, how to fix that? deleted all cac...
Hey guys I'm developing an app across Windows and OS X. Is it okay to use the 'database' option for...
I want to run my own provider before laravel core provider how can i do it?
I have enabled REDIS as default CACHE_DRIVER instead of FILE, but if redis instance is down for exam...
The same problem http://forumsarchive.laravel.io/viewtopic.php?id=9414 Now the issue is in the follo...
how to enable cluster in laravel config? 'redis' => array( 'cluster' => false, 'default' =&...
Hi! How can I override all exception(at least for 'get' command) from redis in laravel? In my app ca...
does anyone has an idea on how to cache without creating your own cache tags for every single cache...
Hi Everybody, I am developing the following application https://laravel.viventura.de/reisen/peru/cpb...
Hi, I'm using WAMP on Windows. I have memcached installed. The steps that I followed to install memc...
Hi! I'm new to Laravel, and I have a problem with caching rows using Eloquent. I'm currently retriev...
Hello, I made a website that allow users to post pictures. Each user's page propore pulique his phot...
I've just published a new article titled "The art of using Repositories in Laravel 5.3" Ho...