-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from cherry-framework/develop
Develop
- Loading branch information
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Cherry-framework Changelog | ||
|
||
## [v1.0.0](https://github.com/cherry-framework/framework/releases/tag/v1.0.0 "v1.0.0") (2019-03-29) | ||
#### The first stable version | ||
|
||
- Project available on: `composer create-project cherry-project/framework` | ||
|
||
- Include latest Cherry-Core version. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Cherry-Framework | ||
Cherry-Project Framework | ||
|
||
[![GitHub license](https://img.shields.io/github/license/cherry-framework/framework.svg)](https://github.com/cherry-framework/framework/blob/master/LICENSE) | ||
|
||
[![GitHub release](https://img.shields.io/github/release/cherry-framework/framework.svg)](https://github.com/cherry-framework/framework/releases) | ||
|
||
[![Packagist Version](https://img.shields.io/packagist/v/cherry-project/framework.svg "Packagist Version")](https://packagist.org/packages/cherry-core/framework "Packagist Version") | ||
|
||
------------ | ||
|
||
## Installation | ||
|
||
You can create new Cherry Framework project with Composer by running: | ||
`composer create-project cherry-project/framework your-project-name -s dev` | ||
|
||
## Usage | ||
|
||
Read more in [Core documentation](https://github.com/cherry-framework/core/blob/master/README.md). | ||
|
||
**2019 © Cherry-project** |