bengr / routing
Package for implementing multiple solutions for routing in laravel application (regular routing, controller discovery, view discovery...)
1.0.3
2023-07-17 18:54 UTC
Requires
- spatie/laravel-package-tools: ^1.15
Requires (Dev)
- orchestra/testbench: ^7.13
This package is auto-updated.
Last update: 2024-10-17 21:56:32 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