sweelix / yii1-admin-core
PHP 5.4+ Sweelix CMS basic admin for Yii
Installs: 326
Dependents: 4
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 2
Open Issues: 1
Language:JavaScript
Requires
- php: >=5.4.0
- sweelix/yii1: 3.1.*
- sweelix/yii1-ext: 3.1.*
This package is not auto-updated.
Last update: 2022-04-23 13:24:49 UTC
README
Sweelix Yii CMS Core admin for Yii 1.1 is the foundation of the basic Sweelix backoffice.
Installation
If you use Packagist for installing packages, then you can update your composer.json like this :
{ "require": { "sweelix/yii1-admin-core": "*" } }
The Core Admin is useless alone. It must be used with (sub)backoffice modules :
- sweelix/yii1-admin-dashboard : Basic dashboard
- sweelix/yii1-admin-structure : Basic content management (Nodes and Contents)
- sweelix/yii1-admin-cloud : Basic content tagging (Groups and Tags)
- sweelix/yii1-admin-users : Basic users management
Contributing
All code contributions - including those of people having commit access - must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code.
Fork the project, create a feature branch , and send us a pull request.