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...
No, hashing and encrypting are 2 very different things: For passwords etc, hashing is used. Hash::...
Funny coincedent, I just submitted a PR to laravel/laravel: https://github.com/laravel/laravel/pull/...
I wouldn't load Facade in the ServiceProvider, but leave that to the user. It might conflict with ot...
Yes never save anything in the vendor dir. But shouldn't the latest version store the fonts in stora...
The Laravel portal for problem solving, knowledge sharing and community building.