Skip to content

Package for implementing multiple solutions for routing in laravel application

Notifications You must be signed in to change notification settings

bengr-digital/package.routing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Routing Package 📦

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