dingo / api

A RESTful API package for the Laravel and Lumen frameworks.
BSD 3-Clause "New" or "Revised" License
9.33k stars 1.25k forks source link

[Question] How Can I check if a route exists? #1662

Closed anardil closed 5 years ago

anardil commented 5 years ago

Hello,

I want to know if a route exists. With Laravel I can do this => \Route::has($route) Is it possible to do the same?

Thank you.

specialtactics commented 5 years ago

Simple answer, I don't believe it's equivalently possible to do that.