seokeys

SEO service on Yii2 Framework

OTHER License

Downloads
890
Stars
60
Committers
1

SEO-service on Yii 2

Source code of SEO-service.

Read more.

Installation

Create a project:

composer create-project --stability=dev elisdn/seokeys project

or clone the repository for pull command availability:

git clone https://github.com/ElisDN/seokeys.git project
cd project
composer install

Init an environment:

php init

Fill your DB connection information in config/common-local.php and execute migrations:

php yii migrate

Sign up on site or create your first user manually:

php yii user/users/create

Assign admin role to your user:

php yii roles/assign