Laravel this is not only a practical framework, it is also a programming style
I have defined a dummy route like this:
Route::get('sth/{v1}/{v2}' , [ 'uses'=>'SthController@sth', ]) ;
how can I get the value of v1 and v2, outside controllers?
Aucun commentaire:
Enregistrer un commentaire