A CMS written with the Yii Framework v1.1.21 from scratch
https://www.yiiframework.com/news/90/update-on-yii-1-1-support-and-end-of-life
Setup site in Laradock and hostname in hosts file
Install Composer Dependencies
composer -v i
Install the database
php protected/yiic.php migrate
assets: Contains published resource filescss: Contains CSS filesimages: Contains image filesthemes: Contains application themesprotected: Contains protected application files
commands: Contains customized yiic commandscomponents: Contains reusable user componentsconfig: Contains configuration filescontrollers: Contains controller class filesdata: Contains the sample databaseextensions: Contains third-party extensionsmessages: Contains translated messagesmodels: Contains model class filesruntime: Contains temporarily generated filestests: Contains test scriptsviews: Contains controller view and layout files
- dashboard (admin panel)
- user registration, password, forget, auth, reset, activate
- Yii Code Generator Gii
- caching (Redis)
- access to database
- Active Record
- Query builder
- SQL (DAO)
- hybrid login (twitter)
- bootstrap 3 theming
- unit tests