CORS in Laravel 4.1+: https://github.com/barryvdh/laravel-cors/ The laravel-cors package allows you...
Laravel 4 Debugbar: https://github.com/barryvdh/laravel-debugbar This is a package to integrate PH...
Laravel IDE Helper Generator Complete phpDocs, directly from the source This packages generates a...
HttpCache for Laravel 4.1: https://github.com/barryvdh/laravel-httpcache Laravel 4.1 can easily use...
Laravel 4 TwigBridge: https://github.com/barryvdh/laravel-twigbridge This packages adds Twig as a La...
Yeah I tried changing these mysql settings, but it still occurs sometime (mostly when running heavy...
I had the same issue, seems to be with too many open connections in MySQL. Not really sure, but you...
@Stolz, you can just do something like this: $dispatcher = $this->app['events']; Event::listen('e...
The ide-helper generates a file based on the phpdocs from the core laravel classes. So yes, it uses...
The Laravel portal for problem solving, knowledge sharing and community building.