This is a skeleton application using the BEAR.Sunday framework.
To create your new BEAR.Sunday project:
composer create-project bear/skeleton path/to/install
- Documentation http://bearsunday.github.io/
- Make sure every files are commited.
- Run
composer update
to emulatecreate-project
. - See the created project files.
- Run
git reset --hard HEAD
to be recovered.