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 just redirect back with a status message, or to a new page (also with status message). return Re...
It uses the Symfony mimetypes from here: https://github.com/symfony/symfony/blob/master/src/Symfony/...
The proxy parameter was deprecated and is removed, it doesn't exist in 2.5 anymore.
Request::getClientIp() should work, but you might need to setup trusted proxies, if you are behind s...
The Laravel portal for problem solving, knowledge sharing and community building.