Skip to content

rocketyang/hasscms-app

 
 

Repository files navigation

Hassium CMS for Yii 2

Yii2

Homepage:http://www.hassium.org/index.php

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
//On Linux or Mac
cd hasscms
chmod -R 777 storage
chmod -R 777 app/config
chmod 777 core

If the composer is too slow.Down vendor at Hasscms-app-vendor

Go to http://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
  • sphinx and xun search
  • 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
  • online db migrate
  • page and post module for blog
  • ...

Contacts

About

Hassium CMS - Yii Framework 2 (yii2, cms)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 35.0%
  • CSS 33.5%
  • JavaScript 30.1%
  • ActionScript 0.7%
  • HTML 0.7%
  • Batchfile 0.0%