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...
When saving a model, you can also use getDirty(): $changedAttributes = $model->getDirty();
zenry said: what you need is a recursive function, basically a function that calls itself as soon a...
See http://laravel.com/docs/testing#mocking-facades You can call shouldReceive on the Facade to mock...
I doubt that you are going to have 1M users soon, but Laravel should scale okay. I don't have experi...
Netbeans (https://netbeans.org/) supports autocomplete and xdebug: http://wiki.netbeans.org/HowToCon...
The Laravel portal for problem solving, knowledge sharing and community building.