Skip to content

aekkapun/seokeys

 
 

Repository files navigation

SEO-service on Yii 2

Source code of SEO-service.

Read more.

Installation

Create a project:

composer global require "fxp/composer-asset-plugin:~1.0.0"
composer create-project --prefer-dist --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 global require "fxp/composer-asset-plugin:~1.0.0"
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 users/create

About

SEO service on Yii2 Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 97.4%
  • CSS 1.3%
  • Batchfile 1.3%