2017 © Pedro Peláez
 

project yii2-seo-analysis

Seo analysis. Report for seo-specialist. Control for clients.

image

akiraz2/yii2-seo-analysis

Seo analysis. Report for seo-specialist. Control for clients.

  • Saturday, April 28, 2018
  • by akiraz2
  • Repository
  • 2 Watchers
  • 1 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Yii2 SEO Analysis

SEO analysis of web-site: * report for seo-specialists * control for clients., (*1)

Documentation:, (*2)

  • Документация на русском - README-RU
  • English docs are not ready

App "Yii2 SEO Analysis" is based on template akiraz2/yii2-app, (*3)

Features

  • Admin template: yiister/yii2-gentelella, Demo
  • Yii2 User: dektrium/yii2-user (login adminus, password adminus)
  • Frontend and Backend User Controllers are filtered (by dektrium/yii2-user)
  • Redis cache
  • Yii2 queue (DB table queue)
  • Log DB Target with backend (/log/index)
  • UrlManagerFrontend for backend app (all url rules in file frontend/config/urls.php, hostInfo in common/config/params.php)
  • i18n translations in common/messages with config
  • ContactForm in frontend app is improved: himiklab/yii2-recaptcha-widget, all email are saved to DB (common/models/EmailForm Model), optionally send message to Viber messenger via bot (install requirements and config, uncomment code in Model)
  • postcss config

Available modules

These modules can be easy installed to Yii2-App using Composer:, (*4)

Installation

Yii2-app template can be installed using composer. Run following command to download and install Yii2-app:, (*5)

composer create-project --prefer-dist akiraz2/yii2-app my-site

After installation run init, (*6)

Migrations

NOTE: Make sure that you have properly configured db application component and run the following command, (*7)

php yii migrate/up --migrationPath=@vendor/dektrium/yii2-user/migrations
php yii migrate --migrationPath=@yii/log/migrations/
php yii migrate --migrationPath=vendor/ignatenkovnikita/yii2-queuemanager/migrations/
php yii migrate/up

Development

Messages

Change in common/config/main.php, (*8)

'language' => 'ru-RU',
'sourceLanguage' => 'en-US',

In shell, (*9)

php yii message/extract common/messages/config.php

POSTCSS, (*10)

webstorm file-watcher

scope file[mites-site]:frontend/web/src/pcss//*.css

program C:\Users\user4957\AppData\Roaming\npm\postcss.cmd

arguments $ContentRoot$\frontend\web\css\style.css --config $ContentRoot$\post.config.js

Support

If you have any questions or problems with Yii2-App you can ask them directly by using following email address: akiraz@bk.ru., (*11)

Contributing

If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome. +PSR-2 style coding., (*12)

I can apply patch, PR in 2-3 days! If not, please write me akiraz@bk.ru, (*13)

Licensing

Yii2-App is released under the BSD License. See the bundled LICENSE.md for details., (*14)

The Versions