Support the ongoing development of Laravel.io →
posted 11 years ago
Requests

https://gist.github.com/carbontwelve/9089485

The above is how I have been identifying if a route exists so far in Laravel 4.x Is this the best method to use, and if not, why not?

Last updated 2 years ago.
0

Try using:

Route::has('route.name');
Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.