Hey guys, I've been using Homestead smoothly for a few days now. I've recently decided to try changi...
Hi, We will rebuild our newsportal in the next month. It has an average of 3000 requests per second,...
I'm trying to cache a collection. I thought it better to cache the collection, rather than an array...
Hi, I'm writing a custom cache driver for DynamoDB and need to be able to overwrite the Cache::pull(...
Let's say that I want to cache some query based on some condition ( dependency ). For example, I hav...
When running php artisan config:cache my views all return the error message "InvalidArgumentExc...
I want to setup browser caching to load the users avatars. Is setting up the .htaccess file enough o...
I have a queue worker which rebuilds the cache for some 50 routes every time a user submits or updat...
So basically I have something like this in my routes.php: Route::get('/book/{page?}', array( 'as...
hello, I have implemented an ajax search mechanism and for Performance purposes I want to cache the...
I have a page showing 245 countries meaning 245 rows from mysql. Even if the results are cached, req...
The use of cache (file based) on my webserver causes a 500 error. Even if i so much use a simple Cac...
In a Lumen application, I need to work with more databases. So, according to documentation, I have c...
saif liked this thread
I use Laravel 5.0. I have user table in my DB. I changed table variables in User and Config/Auth to...
Illuminate \ Encryption \ DecryptException Invalid data. // to decrypt the given value. We'll also c...
Hello everyone! Im running a VPS on linode... I have full access to my server I restarted the server...
Hi guys does Laravel have built-in solution for preventing dogpile effect with memcached? Thank you...
I'm trying to cache pagination query with key. If I run this code every this is correct $products=Pr...
I am using paginater with cache when building the query like this: $comments = Comment::where('cours...
Hi, I've been trying to find a solution as to my title. Does anyone have an example or guide on how...
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