Package Data | |
---|---|
Maintainer Username: | bluora |
Maintainer Contact: | rocco@hnh.digital (Rocco Howard) |
Package Create Date: | 2016-06-01 |
Package Last Update: | 2018-07-30 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-15 15:03:30 |
Package Statistics | |
---|---|
Total Downloads: | 62 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 3 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 1 |
___ ___ _ _ _ _ _ ______ _
| \/ | | | | (_) (_) | | ___ \ | |
| . . |_ _| | |_ _ ___ _| |_ ___| |_/ /___ _ _| |_ ___ _ __
| |\/| | | | | | __| / __| | __/ _ \ // _ \| | | | __/ _ \ '__|
| | | | |_| | | |_| \__ \ | || __/ |\ \ (_) | |_| | || __/ |
\_| |_/\__,_|_|\__|_|___/_|\__\___\_| \_\___/ \__,_|\__\___|_|
Implements routing configuration via a file and folder based route structure, domain structure including a dev name (eg staging), and the ability to apply middleware using the route file name.
This package has been developed by H&H|Digital, an Australian botique developer. Visit us at hnh.digital.
Via composer:
$ composer require hnhdigital-os/laravel-multisite-router ~1.0
The service provider will autoload from Laravel 5.5.
To enable the service provider in versions prior to Laravel 5.4, edit the config/app.php:
Enable the service provider by editing config/app.php:
'providers' => [
...
HnhDigital\MultisiteRouter\ServiceProvider::class,
...
];
Please see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.