Hi community, I try to enable apc-cache on my laravel-project. APC is enabled on server. My error-lo...
I'm using Laravel 4 and I do not need to store the codes of the various pages in the browser cache a...
Hey folks, I've got a middleware setup that's caching the HTML output of each public Controller requ...
This just started happening and I'm stumped at this point. The application has several emails that s...
This is a weird one. I'm getting the following error: Which is obviously related to calling the suc...
I've installed laravel4 on the nginx backend of a nginx (SSL terminator) -> varnish -> nginx (...
Here is the baffling sequence of events that just transpired. I have a working Laravel installatio...
Ok I have a FormRequest class in app\Http\Requests i have namespaced it correctly and am using it in...
I'm trying to serve a cached image but I'm only getting a broken image link. How come? $cachedImage...
Hello guys, I was wondering how can i cache paginated collection this is my code so far. public fun...
I tried to install doctrine\dba1 using cmd prompt and got the following error http://laravel.io/bin...
Fresh project install, Persist using old config values only on Web and not on artisan command line (...
I've created a Lumen project and copied .env.example to .env. After that I changed DB_DATABASE, DB_U...
Hi guys, I am experiencing the following error: Class 'Memcached' not found I am developing in a WAM...
class EmployeeController extends BaseController { public function indexAction() { $employees = Cache...
ErrorException in D:\xampp\htdocs\pckg\vendor\laravel\framework\src\Illuminate\Filesystem\Filesystem...
Dear Laravel Community: I have searched multiple forums and have not encountered the issue of a fres...
Hi, folks. I'm trying to do some caching in a L5.1 app, but in order to do so, I need to check for t...