https://github.com/tiben/frameworkproject
Project skeleton fo use with TiBeN/Framework
https://github.com/tiben/frameworkproject
Last synced: 11 months ago
JSON representation
Project skeleton fo use with TiBeN/Framework
- Host: GitHub
- URL: https://github.com/tiben/frameworkproject
- Owner: TiBeN
- Created: 2014-04-08T17:06:02.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-13T15:38:14.000Z (about 12 years ago)
- Last Synced: 2025-03-25T10:42:55.374Z (over 1 year ago)
- Language: PHP
- Size: 227 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Framework Project skeleton
A Skeleton to create a new project using the Framework.
## Installation
In order to instanciate a new project, using composer type:
```bash
composer create-project tiben/framework-project:dev-master your-project-name
```