How do I add a route that skips the tenant prefix?
i try
Route::get('/bind', BindTeam::class)->name('bind');
in routes
The route can be found via php artisan route:list
, but accessing it in a browser results in a 404.
1 Reply
GitHub
adjusting route priority fix #7809 by StringKe · Pull Request #7810...
Changes have been thoroughly tested to not break existing functionality.
New functionality has been documented or existing documentation has been updated to reflect changes.
Visual changes are ex...