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...
Cool, I was trying to do the same thing with Gulp a while back, but couldn't yet find any plugins th...
Or add to aliases: 'Carbon' => 'Carbon\Carbon', so you can use it everywhere
Yes you can also do that. I'm not really sure if that still is needed, but according to this it is s...
I append a modified time to version my files: function asset_timed($path, $secure=null){ $file =...
I created https://github.com/barryvdh/laravel-dompdf and https://github.com/barryvdh/laravel-snappy...
The Laravel portal for problem solving, knowledge sharing and community building.