seiger / smultisite
Evocms package for collection of Multisite Tools for Evolution CMS.
Fund package maintenance!
Ko Fi
Installs: 60
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 1
Open Issues: 0
Type:evolutioncms-plugin
Requires
- php: ^8.2
README
Welcome to sMultisite!
sMultisite collection of Multisite Tools for Evolution CMS. The sMultisite package allows you to use one Evolution CMS installation for several independent sites managed from the same admin.
Important
To use additional domains for your site, they must be registered with your domain name registrar.
Features
- Management of several sites from one admin panel.
- Adding new domains.
- Authorization on all domains when logging into the admin panel.
Requirements
- Evolution CMS 3.2.0+
- PHP 8.2+
- Composer 2.2+
- One of: MySQL 8.0+ / MariaDB 10.5+ / PostgreSQL 10+ / SQLite 3.25+
Install by artisan package installer
Go to You /core/ folder:
cd core
composer update
Run php artisan commands
php artisan package:installrequire seiger/smultisite "*"
php artisan vendor:publish --tag="sMultisite"
php artisan migrate