2017 © Pedro Peláez
 

library laravel-multisite-router

Provides routing for multi-site application

image

bluora/laravel-multisite-router

Provides routing for multi-site application

  • Friday, April 21, 2017
  • by bluora
  • Repository
  • 2 Watchers
  • 1 Stars
  • 32 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

___  ___      _ _   _     _ _      ______            _            
|  \/  |     | | | (_)   (_) |     | ___ \          | |           
| .  . |_   _| | |_ _ ___ _| |_ ___| |_/ /___  _   _| |_ ___ _ __ 
| |\/| | | | | | __| / __| | __/ _ \    // _ \| | | | __/ _ \ '__|
| |  | | |_| | | |_| \__ \ | ||  __/ |\ \ (_) | |_| | ||  __/ |   
\_|  |_/\__,_|_|\__|_|___/_|\__\___\_| \_\___/ \__,_|\__\___|_|

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., (*1)

Latest Stable Version Total Downloads Latest Unstable Version Built for Laravel License, (*2)

Build Status StyleCI Test Coverage Issue Count Code Climate, (*3)

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

Documentation

Install

Via composer:, (*5)

$ composer require hnhdigital-os/laravel-multisite-router ~1.0, (*6)

Configuration

The service provider will autoload from Laravel 5.5., (*7)

To enable the service provider in versions prior to Laravel 5.4, edit the config/app.php:, (*8)

Enable the service provider by editing config/app.php:, (*9)

    'providers' => [
        ...
        HnhDigital\MultisiteRouter\ServiceProvider::class,
        ...
    ];

Contributing

Please see CONTRIBUTING for details., (*10)

Credits

License

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

The Versions

21/04 2017

dev-master

9999999-dev

Provides routing for multi-site application

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

laravel

14/08 2016

dev-analysis-q5GPlx

dev-analysis-q5GPlx

Provides routing for multi-site application

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

laravel