heltru / mirovid_web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SEO-service on Yii 2

Source code of SEO-service.

Read more.

Installation

Create a project:

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 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

Init RBAC roles:

php yii rbac/init

Assign admin role to your user:

php yii roles/assign

About

License:Other


Languages

Language:HTML 37.3%Language:PHP 33.2%Language:JavaScript 17.5%Language:SCSS 5.3%Language:CSS 4.1%Language:Stylus 1.1%Language:Less 0.6%Language:CoffeeScript 0.2%Language:Python 0.2%Language:Batchfile 0.1%Language:Vue 0.1%Language:Makefile 0.1%