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...
I posted an answer on StackOverflow: See this issue: https://github.com/symfony/symfony/issues/6530...
The salt for hashing is put in the database. It uses the PHP Password API (with Bcrypt encryption by...
All config files in app/config are for each environment. Files in app/config/<some environment>...
$projects is an array, so you have to use a foreach loop to go through the results. Probably want to...
The Laravel portal for problem solving, knowledge sharing and community building.