rocketfirm/engine

Set of components and libraries, that powers up RocketFirm websites

0.0.14 2018-06-07 10:00 UTC

This package is auto-updated.

Last update: 2024-04-22 23:53:41 UTC


README

RocketFirm Yii2 Engine - is a core of websites, created in RocketFirm

Installation

Installation should be automatically done, when you run composer install command (get composer) within Rocket site template.

Another way to install RocketEngine is to require this package from console

$ composer require rocketfirm/engine

Running migrations

Configure your database and run this package's migrations, before running your project's migrations

$ php yii migrate --migrationPath=@vendor/rocketfirm/engine/migrations