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?
Try using:
Route::has('route.name');
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community