cakephp-console-installer

Console installer for CakePHP

View the Project on GitHub anklimsk/cakephp-console-installer

CakePHP 2.x Console installer plugin

Build Status Coverage Status Latest Stable Version License

Console installer for CakePHP

This plugin provides next features:

Installation

  1. Install the Plugin using composer: composer require anklimsk/cakephp-console-installer
  2. Add the next line to the end of the file app/Config/bootstrap.php:
  CakePlugin::load('CakeInstaller', ['bootstrap' => true, 'routes' => true]);

Using

Using this plugin