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...
You can split them up if you need, but then you can't point actions to them. if(Request::is('admin*'...
Well you seem to be missing some files. Maybe run composer dump-autoload or indeed just composer ins...
Did you upload your entire vendor dir?
You can create a second database connection (eg. 'user') in your config, and use Config::set('databa...
That would be nice, I suggest you create an issue here: https://github.com/LaravelIO/laravel.io
The Laravel portal for problem solving, knowledge sharing and community building.