hi,dear all
I am working hard on my English
Hassium is an open source content management system developed from the perspective of ease of use in designing and developing content driven site. We have tried to incorporate all the experience we have in using other CMS available in the marker i.e. drupal, wordpress etc.
Homepage: http://www.hassium.org/index.php
Github: https://github.com/hassiumsoft/hasscms-app
Demo
Frontend: http://demo.hassium.org/index.php
Backend: http://demo.hassium.org/admin.php
Login
Username: demo
Password: demo1234
Installing via Composer
If you do not already have Composer installed, you may do so by following the instructions at Yii Docs.
With Composer installed, you can install Hassium Cms by running the following commands under a Web-accessible folder:
composer create-project --prefer-dist --stability=dev hassium/hasscms hasscms
cd hasscms
chmod -R 777 storage
chmod -R 777 app/config
chmod 777 core
go to YOURSITE.COM/install.php
Then follow the on screen instructions which helps you specify database login credentials.
Features
Admin theme based on AdminLTE
SEO optimized
Dynamic Yii 2 themes (include blocks in your theme or layout file)
Menu system with nested menu items based on Yii2 Nested Sets
Theme System
Module System
CMS components (pages, categories, menus, blocks, file manager)
User registration
Short Url
Please look at it and let us know your feedback on it.