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

v1.1.1 2025-08-29 10:02 UTC

This package is auto-updated.

Last update: 2025-09-02 12:03:01 UTC


README

sMultisite Latest Stable Version CMS Evolution PHP version License Issues Stars Total Downloads

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

See full documentation here