Libraries tagged by laravel-route
yasin_tgh/laravel-postman
17 Downloads
A powerful package to automatically generate Postman collections from your Laravel routes with intelligent organization and rich documentation capabilities.
waynestate/image-faker
22588 Downloads
Fake image generator using the PHP GD library. Accessible through a Laravel route.
udartsev/laravel-postman-export
2375 Downloads
Export your Laravel routes to a Postman collection .json file
phased/routing
13793 Downloads
Generates Vue Router configuration from your Laravel routes
mozex/commonmark-routes
1658 Downloads
Laravel routes in Markdown: A CommonMark extension to seamlessly use Laravel route functions within your Markdown content.
guiwoda/route-binder
306 Downloads
Laravel route binding, done right.
seytar/php-router
545 Downloads
The Laravel router, for use outside of the Laravel framework
gears/router
4745 Downloads
Laravel Router Standalone
s-patompong/laravel-routes-html
4637 Downloads
View your Laravel routes on the browser.
paulhenri-l/laravel-route-helpers
9 Downloads
Rails like route helpers to easily generate paths to your laravel controllers
olliecodes/laravel-route-registrars
1083 Downloads
Adds route registrars as an alternative object based approach to registering routes.
jonasof/laravel-route-debugger
1716 Downloads
Get file and line of matched laravel route
ipunkt/laravel-route-cache
90 Downloads
Simple Cache for Laravel Routes sending 304 and cached static content
hurongsheng/laravel-route-doc
159 Downloads
easily create doc based on route.php
five-say/laravel-route-group
438 Downloads
Object-oriented route group.use like this: $route->get(...)->as(...)->uses(...)->before(...);