Hello, I have a slight problem with route caching when using closures in the routes file. My routes....
Hi, In Laravel 4.2, I was able to load a package only for my local development in config/local/app.p...
By your config I'm guessing you are using laravel 4.2. In order for your environment to work you sho...
@stojankukrika is right. If you are changing the login route, you should also check the "Authen...
If you are using forge and digitalocean, you should also try http://envoyer.io There are already som...
In Laravel 4 all you had to do was something like this: Route::get('/', ['uses' => 'HomeControlle...
In Laravel 4.2 my app/config/local/app.php file looks like this return [ 'providers' => append...
The Laravel portal for problem solving, knowledge sharing and community building.