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...
https://github.com/laravel/framework/blob/master/src/Illuminate/Support/Str.php#L132 Str::lower() ==...
You can override the delete() function in your model, so it deletes the files on a delete. public fu...
Did you add the MCRYPT_RIJNDAEL_256 cipher to the app/config/app.php file as mentioned in the upgra...
XSS is solved by escaping the output ( {{{ $var }}} ), so the html/js doesn't get executed.
The Laravel portal for problem solving, knowledge sharing and community building.