I have the following route: Route::get('foo-{name}-bar', function($name){ return $name; }); When i...
I found the solution myself: Route::get('foo-{name}-bar', function($name){ return $name; })->whe...
The Laravel portal for problem solving, knowledge sharing and community building.
The community