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

Help with a for loop

Try using @foreach ($description as $desc) {{ $desc }} @endforeach

0 Likes
replied 10 years ago

Getting a error when trying to migrate MYSQL table.

Please check if there is any "create_user" migration registry in the "migrations"...

0 Likes
replied 10 years ago

Reusing code in Laravel 5

In my opinion, for reusable code you should try separating your logic into commands. https://laracas...

0 Likes
replied 11 years ago

Login and routing

Try using this example for Laravel 4.2. For Laravel 5 it can be adapted easily Routes: Route::group(...

0 Likes
Solved
replied 11 years ago

Routes Groups and prefix problems in sub route with their parameters

Oh, now I understood, You were referring to something like this, and you don't want to get all three...

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.