elisdn/seokeys

This package is abandoned and no longer maintained. No replacement package was suggested.

SEO-service Yii 2

Installs: 884

Dependents: 0

Suggesters: 0

Security: 0

Stars: 60

Watchers: 13

Forks: 38

Open Issues: 1

Type:project

dev-master 2020-06-17 08:44 UTC

This package is not auto-updated.

Last update: 2021-08-01 13:30:31 UTC


README

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