bengr/routing

Package for implementing multiple solutions for routing in laravel application (regular routing, controller discovery, view discovery...)

Maintainers

Package info

github.com/bengr-digital/package.routing

pkg:composer/bengr/routing

Statistics

Installs: 312

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.3 2023-07-17 18:54 UTC

This package is auto-updated.

Last update: 2026-03-18 00:50:22 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