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 11 years ago

Routes Groups and prefix problems in sub route with their parameters

I didn't quite understand what you wanted to say. If you don't want a controller to use those parame...

0 Likes
replied 11 years ago

Routes Groups and prefix problems in sub route with their parameters

Try using: Route::get('setting/{id?}', function($key,$name,$id = null) { if($id) {...

0 Likes
replied 11 years ago

rewrite problem ?

Try calling <rooturl>/cats/123

0 Likes
replied 11 years ago

Catch ?p=, and forward 301 - with a Route::get(????)

Try using this route: Route::get('myroutingsolver', array('uses'=>'MyController@solver')); In My...

0 Likes
replied 11 years ago

Validating if one or another field is filled

as @tkprocat said required_with and required_without should work: $input = Input::all(); $rules = ar...

0 Likes
Solved

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.