Skip to content

Commit

Permalink
updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
terdia committed Apr 21, 2018
1 parent d17d037 commit 1ef0499
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml

This file was deleted.

38 changes: 38 additions & 0 deletions README.md
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).

0 comments on commit 1ef0499

Please sign in to comment.