bengr / routing
Package for implementing multiple solutions for routing in laravel application (regular routing, controller discovery, view discovery...)
Installs: 312
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/bengr/routing
Requires
- spatie/laravel-package-tools: ^1.15
Requires (Dev)
- orchestra/testbench: ^7.13
This package is auto-updated.
Last update: 2025-09-17 23:50:15 UTC
README
Package for implementing multiple solutions for routing in laravel application
Installation
You can install the package via composer:
composer require bengr/routing
You can publish the config file with:
php artisan vendor:publish --tag="routing-config"
Usage
There is no other configuration needed than just adjust routing.php config for needs of your application