https://github.com/bengr-digital/package.routing
Package for implementing multiple solutions for routing in laravel application
https://github.com/bengr-digital/package.routing
composer discovery laravel package routing
Last synced: about 1 month ago
JSON representation
Package for implementing multiple solutions for routing in laravel application
- Host: GitHub
- URL: https://github.com/bengr-digital/package.routing
- Owner: bengr-digital
- Created: 2022-11-20T01:02:05.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-17T18:55:16.000Z (over 2 years ago)
- Last Synced: 2025-07-30T00:05:53.131Z (6 months ago)
- Topics: composer, discovery, laravel, package, routing
- Language: PHP
- Homepage: https://bengr.cz
- Size: 74.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Routing Package 📦
[](https://packagist.org/packages/bengr/routing)
[](https://packagist.org/packages/bengr/routing)
Package for implementing multiple solutions for routing in laravel application
## Installation
You can install the package via composer:
```bash
composer require bengr/routing
```
You can publish the config file with:
```bash
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
- [matejkrenek](https://github.com/matejkrenek)