Fast, secure and user friendly CMS with "Frontend Editing" tool, based on Yii2 framework.
We started with the Yii2 starter kit.
The CMS uses Lobiadmin as an html admin template for its backend.
- Clone the project and go to the project root directory
- Run
composer install
. After this process is finished, it will ask you to provide configuration parameters. For most of them you can leave them default, but make sure you have correct parameters for database access. (You can leave all parameters default and change them later from.env
file) - Run
./setup
bash file which will create database (If it does not exist) and run migration scripts.
- For Synchronize Search. Filling search table for backend search
php console/yii sync/search
- For Synchronize Slug
php console/yii sync/slug
- For importing translations for frontend from all frontend files run following command
php console/yii message common/config/messages/frontend.php