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...
Hi all, I'm trying to include a blade template but as a single line. (http://stackoverflow.com/quest...
i am using laravel 5 framework, need to get the path of database.php which is in config folder.. i t...
I needed to change the Encryptor (because of a large legacy database and we cannot switch the users...
Hi I need some help here for a hotel site. If you look at expedia where they ask for children ages (...
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