Libraries tagged by route-groups
fremail/lumen-nested-route-groups
10996 Downloads
Extends a lumen application for using nested route groups. In addition to the groups it's possible to use any() and match() methods.
five-say/laravel-route-group
435 Downloads
Object-oriented route group.use like this: $route->get(...)->as(...)->uses(...)->before(...);
mangopeaches/slim-route-groups
27 Downloads
Wrapper for slim router which simplifies route definitions and organization.
solophp/router
3 Downloads
A lightweight and flexible PHP router with middleware support, route groups, and named routes
ween/conveyor
32 Downloads
PHP router, support simple route group function.
vecode/caldera-router
44 Downloads
Routing component with controllers and route groups, part of Vecode Caldera
sw04/route-me
44 Downloads
router with routes groups & before-after actions
pomeloproductions/laravel-6-api-dates
0 Downloads
Middleware to apply to legacy api route groups, which takes date output in the Laravel 7+ format, and outputs them as the legacy format from before Laravel 7.
kaskadia/laravel-routing-manager
73 Downloads
Provides Route and Route Group route definitions to be set initialized in Controllers, and a Route Manager to assist in the creation of Laravel Routes
uutkukorkmaz/route-organizer
291 Downloads
Organizes route groups for laravel
vaened/laroute
16492 Downloads
An enhanced Laravel extension to export named routes to JavaScript, allowing you to use route names instead of URLs. Supports route grouping for modular applications.
roy404/routes
3 Downloads
A routing library that provides an intuitive, object-oriented way to define and manage HTTP routes in your PHP application, supporting route grouping, middleware, and custom route handling.