We were talking about Laravel 5 on its release, we are pleased today to welcome Laravel 5.1
I want route like:
Route::get('/{slug}/{slug-2}/{slug-3}/../{slug-n}', ['as' => 'slug', 'uses' => 'SlugController@slug']);
How to define this with laravel is it even possible ?
Aucun commentaire:
Enregistrer un commentaire