Yii2 Advanced (frontend, backend, mainsite) with Grunt Assets and AdminLTE already integrated.
Install ¶
composer create-project yii2-members-system yii2-members-system
Before you get going, you need to install the Composer and NPM requirements, init, and have Grunt setup your assets:
composer install
npm install
./init
grunt build
backend = admin dashboard (ie: admin.yourdomain.com)
frontend = users dashboard (ie: users.yourdomain.com)
mainsite = the website's homepage (ie: www.yourdomain.com)
Resources ¶
GitHub Page: Yii2-Members-System
Packagist Page: Yii2-Members-System
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.