-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
38 additions
and
3 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1 +1,39 @@ | ||
# Legato PHP Framework | ||
## About Legato | ||
|
||
Legato is a web application framework that seats on the shoulder | ||
of giants like symfony and laravel, when you need a lightweight framework for PHP development. | ||
|
||
## Installation Requirements | ||
php 7 and above | ||
composer | ||
|
||
## Installation | ||
```bash | ||
$ composer create-project legato/legato blog | ||
|
||
$ cd blog | ||
|
||
$ composer dumpautoload | ||
``` | ||
|
||
## Learning Legato | ||
|
||
Legato documentation will be released soon. | ||
|
||
## Contributing | ||
|
||
Thank you for considering contributing to the Legato framework! Feel free to create a pull request. | ||
The contribution guide will be released soon. | ||
|
||
## Security Vulnerabilities | ||
|
||
If you discover a security vulnerability within Legato, | ||
please send an e-mail to Terry Ogbemudia Osayawe | ||
via [[email protected]](mailto:[email protected]). | ||
All security vulnerabilities will be promptly addressed. | ||
|
||
## License | ||
|
||
The Legato framework is open-sourced software | ||
licensed under the [MIT license](https://opensource.org/licenses/MIT). |