dingo / api

A RESTful API package for the Laravel and Lumen frameworks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

anardil opened this issue · comments

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.

commented

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