2017 © Pedro Peláez
 

library sponge

image

k1low/sponge

  • Tuesday, December 30, 2014
  • by k1LoW
  • Repository
  • 1 Watchers
  • 0 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Sponge CakePHP

My CakePHP template like FriendsOfCake/app-template, (*1)

Usage

$ (create database)
$ composer -sdev create-project k1LoW/sponge ProjectName
$ vi app/Config/.env.defalut (Update SECURITY_SALT, SECURITY_CIPHER_SEED and DATABASE_URL)
$ cd ProjectName
$ chmod -R 777 app/tmp
$ Vendor/bin/cake -app app Migrations.migration run all

The Versions