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

This package is auto-updated.

Last update: 2024-10-17 21:56:32 UTC


README

Latest Version on Packagist Total Downloads

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

Credits