BEAR.Skeleton
January 20, 2021 ยท View on GitHub
Introduction
This is a skeleton application using the BEAR.Sunday framework.
Installation using Composer
To create your new BEAR.Sunday project:
composer create-project bear/skeleton path/to/install
- Documentation http://bearsunday.github.io/
How to test the skeleton itself
- Make sure every files are commited.
- Run
composer updateto emulatecreate-project. - See the created project files.
- Run
git reset --hard HEADto be recovered.