2017 © Pedro Peláez
 

cakephp-plugin cakephp-first_time_setup

First Time Setup Plugin for CakePHP

image

mjc/cakephp-first_time_setup

First Time Setup Plugin for CakePHP

  • Tuesday, January 14, 2014
  • by mjc
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

CakePHP-FirstTimeSetup

A Plugin to assist with deploying CakePHP apps., (*1)

Currently all it does is check whether the app is in production mode (debug set to 0),generate a salt and cipherseed using openssl_random_pseudo_bytes and replace the default ones., (*2)

To enable it, put it in app/Plugin/CakephpFirstTimeSetup`` and add this line to the appropriate section ofapp/Config/bootstrap.php```:, (*3)

CakePlugin::load('FirstTimeSetup', array('bootstrap' => true));

TODO: - [ ] add database configuration - [ ] run migrations - [ ] add authentication - [ ] add timezone selection, (*4)

The Versions

14/01 2014

dev-master

9999999-dev https://github.com/mjc/CakePHP-FirstTimeSetup

First Time Setup Plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp setup first time setup

14/01 2014

v0.0.1

0.0.1.0 https://github.com/mjc/CakePHP-FirstTimeSetup

First Time Setup Plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp setup first time setup