hnhdigital-os/laravel-multisite-router

Provides routing for multi-site application
65 3
Install
composer require hnhdigital-os/laravel-multisite-router
Latest Version:1.0.7
PHP:>=7.0
License:MIT
Last Updated:Jul 30, 2018
Links: GitHub  ·  Packagist
Maintainer: bluora
___  ___      _ _   _     _ _      ______            _            
|  \/  |     | | | (_)   (_) |     | ___ \          | |           
| .  . |_   _| | |_ _ ___ _| |_ ___| |_/ /___  _   _| |_ ___ _ __ 
| |\/| | | | | | __| / __| | __/ _ \    // _ \| | | | __/ _ \ '__|
| |  | | |_| | | |_| \__ \ | ||  __/ |\ \ (_) | |_| | ||  __/ |   
\_|  |_/\__,_|_|\__|_|___/_|\__\___\_| \_\___/ \__,_|\__\___|_|

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.

Latest Stable Version Total Downloads Latest Unstable Version Built for Laravel License

Build Status StyleCI Test Coverage Issue Count Code Climate

This package has been developed by H&H|Digital, an Australian botique developer. Visit us at hnh.digital.

Documentation

Install

Via composer:

$ composer require hnhdigital-os/laravel-multisite-router ~1.0

Configuration

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,
        ...
    ];

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.

Related Packages

brayniverse/laravel-route-macros

A collection of useful route macros.

150 19
lanin/laravel-hashids

Integrate Hashids with Laravel.

392 10
golune/router

The Laravel router, for use outside of the Laravel framework

2 0
sjdaws/apirouter

Configurable router for Laravel 5

43 4
pecee/simple-router

Simple, fast PHP router that is easy to get integrated and in almost any project...

239,976 671