ytubes / core
There is no license information available for the latest version (0.0.11.1) of this package.
Base extension
0.0.11.1
2017-11-03 10:25 UTC
Requires
- php: ^5.6 || ^7.0
- jaybizzle/crawler-detect: 1.*
- mobiledetect/mobiledetectlib: ^2.8
- samdark/sitemap: ^2.0.7
- yiisoft/yii2: ~2.0.9
- yiisoft/yii2-jui: ~2.0.0
- ytubes/image-compressor: ^1.0.0
This package is not auto-updated.
Last update: 2024-11-17 08:02:59 UTC
README
Базовое расширение
Для миграций
В консольном приложении: console/config/components.php прописать:
'controllerMap' => [ 'migrate' => [ 'class' => 'yii\console\controllers\MigrateController', 'migrationPath' => [ '@vendor/ytubes/core/migrations', ], ], ],
Крон
Также для нормальной работы нужные воркеры для крона:
\ytubes\cron\jobs\VisitorsHandler * * * * *
\ytubes\cron\jobs\SitemapBuilder */10 * * * *