https://github.com/bearsunday/bear.skeleton
Skeleton application for BEAR.Sunday
https://github.com/bearsunday/bear.skeleton
bearsudnay php skeleton
Last synced: 7 months ago
JSON representation
Skeleton application for BEAR.Sunday
- Host: GitHub
- URL: https://github.com/bearsunday/bear.skeleton
- Owner: bearsunday
- Created: 2013-02-11T03:09:26.000Z (over 13 years ago)
- Default Branch: 1.x
- Last Pushed: 2024-11-25T02:06:11.000Z (over 1 year ago)
- Last Synced: 2025-03-31T07:09:27.589Z (over 1 year ago)
- Topics: bearsudnay, php, skeleton
- Language: PHP
- Size: 1.24 MB
- Stars: 12
- Watchers: 5
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BEAR.Skeleton

# 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
1. Make sure every files are commited.
2. Run `composer update` to emulate `create-project`.
3. See the created project files.
4. Run `git reset --hard HEAD` to be recovered.