sztyup / nexus
This package is abandoned and no longer maintained.
No replacement package was suggested.
Multisite plugin for Laravel 5
2.4.0
2019-12-26 16:39 UTC
Requires
- php: >=7.2
- ext-json: *
- laravel/framework: ^6.4
- laravelcollective/html: ^6.0
Requires (Dev)
- mockery/mockery: ^1.0
- orchestra/testbench: ~4.4
- phpunit/phpunit: ^8.0
This package is auto-updated.
Last update: 2022-07-13 11:36:21 UTC
README
Adds ability to a laravel application to intuitively host multiple domains and easily seperate and share application logic and models
Installation
Composer is the required way to install this package:
composer require sztyup/nexus
If you use Laravel 5.5 or above, then the package is automatically discovered.