Skip to main content

Quick Route Trick for Same Controllers in Different Namespaces

Premium
3 min read
Oleksii avatar

and third way is to add namespace to the route group Route::group([ 'namespace' => 'App\Http\Controllers\Student' ], function() {