Laravel-Challenge-Cleanup-Routes
Laravel-Challenge-Cleanup-Routes copied to clipboard
Mainly route group with options: 'middleware', 'prefix' and 'as'
Route group( 'middleware' => ... 'prefix' => ... 'as' => ... )
I was also able to use some "Route::resource:" with either except or only method.
Finally, I added controllers path with 'use' to make shorter lines.