2017 © Pedro Peláez
 

library engine

Set of components and libraries, that powers up RocketFirm websites

image

rocketfirm/engine

Set of components and libraries, that powers up RocketFirm websites

  • Thursday, June 7, 2018
  • by naffiq
  • Repository
  • 3 Watchers
  • 2 Stars
  • 272 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 16 Versions
  • 4 % Grown

The README.md

RocketFirm Engine

RocketFirm Yii2 Engine - is a core of websites, created in RocketFirm, (*1)

Installation

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

Another way to install RocketEngine is to require this package from console, (*3)

$ composer require rocketfirm/engine

Running migrations

Configure your database and run this package's migrations, before running your project's migrations, (*4)

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

The Versions