I have slugs stored in the database of different tables, I plan to use the url always so www.exemplo.com/slug .
For this I created a single route for this that looks like this:
Route::get('{slug}', 'SlugAppController@view');
This rout...
asked by
03.06.2017 / 19:47