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...
Yes, see https://github.com/laravel/framework/blob/4.2/CONTRIBUTING.md#feature-requests Feature Req...
Did you add the folders to the autoloader? Did you run composer dump-autoload?
Just don't use FTP, but use Git instead. On you local development server, run composer update if you...
Laravel loads a lot of files. This can be optimized by running php artisan optimize, which puts a lo...
The IDE-Helper will now detect some Interfaces and replace those with the real classes. You can also...
The Laravel portal for problem solving, knowledge sharing and community building.