k1low/sponge

There is no license information available for the latest version (dev-master) of this package.

Maintainers

Details

github.com/k1LoW/sponge

Source

Issues

Fund package maintenance!
k1LoW

dev-master 2014-12-30 13:11 UTC

This package is auto-updated.

Last update: 2024-04-06 07:33:56 UTC


README

My CakePHP template like FriendsOfCake/app-template

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