Wanna know how many routes you currently have in your Laravel application? Fire up tinker and enter the following codes:
app(\Illuminate\Routing\Router::class)->getRoutes()->count();
Wanna know how many routes you currently have in your Laravel application? Fire up tinker and enter the following codes:
app(\Illuminate\Routing\Router::class)->getRoutes()->count();