Skip to content

Set of components and libraries, that powers up RocketFirm websites

License

Notifications You must be signed in to change notification settings

rocket-firm/engine

Repository files navigation

RocketFirm Engine

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