Support the ongoing development of Laravel.io →
moinescumihai

moinescumihai

Joined 23 Nov 2014

Statistics

Threads 2
Replies 67
Solutions 8
Articles 0

route caching in laravel 5

Hello, I have a slight problem with route caching when using closures in the routes file. My routes....

0 Likes
1 Replies

using package only on local environment in Laravel 5

Hi, In Laravel 4.2, I was able to load a package only for my local development in config/local/app.p...

0 Likes
6 Replies
replied 10 years ago

Environment complains about missing variables for another environment

By your config I'm guessing you are using laravel 4.2. In order for your environment to work you sho...

0 Likes
replied 10 years ago

How to change /auth/login to /login?

@stojankukrika is right. If you are changing the login route, you should also check the "Authen...

0 Likes
replied 10 years ago

Securing staging environment

If you are using forge and digitalocean, you should also try http://envoyer.io There are already som...

0 Likes
replied 10 years ago

How can i put two middlewares in a route?

In Laravel 4 all you had to do was something like this: Route::get('/', ['uses' => 'HomeControlle...

0 Likes
Solved
replied 10 years ago

using package only on local environment in Laravel 5

In Laravel 4.2 my app/config/local/app.php file looks like this return [ 'providers' => append...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2026 Laravel.io - All rights reserved.