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

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/k1low/sponge

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

This package is auto-updated.

Last update: 2025-10-06 10:39: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