i am writing a generic database browse/update so i have to create a new class for each table i want...
Hello, My application import some large (7mb) csv files and parse them using "Maatwebsite/Larav...
Hi, I've a problem i am developing two different projects in laravel in same machine both under apac...
I have PHP 5.4 on a litespeed web server. PHP has been compiled properly with memcached module and w...
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...
I use Laravel 5.0. I have user table in my DB. I changed table variables in User and Config/Auth to...