Skip to main content

Black Friday 2025! Only until December 1st: coupon FRIDAY25 for 40% off Yearly/Lifetime membership!

Read more here

Quick Route Trick for Same Controllers in Different Namespaces

Premium
3 min read

Comments & Discussion

O
Oleksii ✓ Link copied!

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