- Clone this repository
git clone https://github.com/fixable11/okay_cms.git
2.Install composer dependencies
composer install
-
Rename
config/config.php.example
withconfig/config.php
and fill in the required parameters -
Either use migration on exisiting database
cd migrations
php migrate
or just upload migrations/dump.sql
- Backend authority
Login: admin; Password: 123123