Home Counting Routes

Enter a search term to find articles.
2020-02-20
152

Counting Routes

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();

Counting Routes

Marvin Quezon

Full Stack Web Developer
Marvin Quezon · Copyright © 2024 · Privacy · Sitemap