I'm hosting a laravel application in amazon aws free tier. I'm using memcached instance on amazon fo...
When extending Blade, using Blade::extend(), it is necessary to clear the cached View. This functio...
Hi there! I build a script that can run through a user's requested daily meals, and automatically as...
I have two tables auctions and bids and models for them are as follows public function bid() { retu...
I'm using Phpstorm 8, php 5.5.13. I don't have opcache or any other cache enabled that I'm aware of...
I have a primary 'wrapper' view app.blade.php, and this wrapper has certain functions it needs to ru...
I have a config table which holds lots of configuration values How can I create a static helper/clas...
Hey, found nothing in the Docs, but I want to use https://github.com/nrk/phpiredis to increase the P...
Dear folks, Ref:Laravel5 I am looking for a way to clear the configuration cache programmatically. S...
Hi, I've been looking at Cache docs: http://laravel.com/docs/5.0/cache I want to use Cache in my mod...
I set memcached in config/cache.php and got this error Class 'Memcached' not found Symfony \ Compon...
Symfony \ Component \ Debug \ Exception \ FatalErrorException Class 'Memcached' not found
I have an app wich need to save json file into a folder public/cache, the files are created with res...
Laravel newbie here. I'm trying out page caching, and have set up before and after middlewares to fe...
I am using XAMPP to develop my laravel project on my desktop PC. The project folder is copied from m...
ERROREXCEPTION IN FILESYSTEM.PHP LINE 74: FILE_PUT_CONTENTS(): EXCLUSIVE LOCKS ARE NOT SUPPORTED FOR...
hi can someone point to docs or an example for getting laravel 5 working with varnish cache? i can't...
I have a Book table that has a column for stocks count.For example the beginning stocks of a certain...
hi, laravel4 was made to work with Varnish caching by deploying the 'SessionMonster' package. http:...
Hi everyone, I'm new on the forum but I started working with laravel last year. I'm from Spain so pe...
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