Package for implementing multiple solutions for routing in laravel application
You can install the package via composer:
composer require bengr/routingYou can publish the config file with:
php artisan vendor:publish --tag="routing-config"There is no other configuration needed than just adjust routing.php config for needs of your application