Download the PHP package rdcstarr/laravel-multisite without Composer
On this page you can find all versions of the php package rdcstarr/laravel-multisite. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rdcstarr/laravel-multisite
More information about rdcstarr/laravel-multisite
Files in rdcstarr/laravel-multisite
Download rdcstarr/laravel-multisite
More information about rdcstarr/laravel-multisite
Files in rdcstarr/laravel-multisite
Vendor rdcstarr
Package laravel-multisite
Short Description A multisite package for Laravel.
License MIT
Homepage https://github.com/rdcstarr/laravel-multisite
Package laravel-multisite
Short Description A multisite package for Laravel.
License MIT
Homepage https://github.com/rdcstarr/laravel-multisite
Please rate this library. Is it a good library?
Informations about the package laravel-multisite
Laravel Multisite
A powerful and flexible Laravel package for multisite management, each site with different database and .env.
โจ Features
- ๐งฉ Multisite - Manage multiple sites with separate databases and configurations.
๐ฆ Installation
Install the package via Composer:
-
Prepare your Nginx or Apache configuration to route requests to the same Laravel application. Example for nginx:
- Replace
use Illuminate\Foundation\Applicationwithuse Rdcstarr\Multisite\Foundation\Applicationin./bootstrap/app.php. - Add next cod before bootstrap application:
๐ ๏ธ Artisan Commands
The package provides dedicated Artisan commands for managing settings directly from the command line:
List sites
Run migrations for all sites
Run migrations fresh for all sites
Queue worker for sites
Scheduler run for all sites
Seed database for all sites
๐งช Testing
๐ Resources
- Changelog for more information on what has changed recently. โ๏ธ
๐ฅ Credits
- Rdcstarr ๐
๐ License
- License for more information. โ๏ธ
ToDo
- [] Change single and daily logs to base path like
/home/admin/web/{site.tld}/private/logs/laravel.log
All versions of laravel-multisite with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
spatie/laravel-package-tools Version ^1.16
illuminate/contracts Version ^11.0||^12.0
spatie/laravel-package-tools Version ^1.16
illuminate/contracts Version ^11.0||^12.0
The package rdcstarr/laravel-multisite contains the following files
Loading the files please wait ...