Update README and LICENSE

This commit is contained in:
Supan Adit Pratama 2020-06-28 12:45:34 +07:00
parent 30865e80cb
commit f1b184cc6f
2 changed files with 10 additions and 1 deletions

2
LICENSE Normal file
View File

@ -0,0 +1,2 @@
This is commercial application, after purchasing this application you have the control to edit or open the source code,
but you prohibited share any of the source code to anyone.

View File

@ -1,7 +1,10 @@
# Todo App # Todo App
Simple Todo Application Multi user todo application
## Requirement
- PHP 7.4+
- Laravel 7.2.5+
## Quick Start ## Quick Start
- `composer install` - `composer install`
@ -10,3 +13,7 @@ Simple Todo Application
- `php artisan key:generate` - `php artisan key:generate`
- `php artisan migrate` - `php artisan migrate`
- `php artisan db:seed` - `php artisan db:seed`
## License
This is commercial application, after purchasing this application you have the control to edit or open the source code,
but you prohibited share any of the source code to anyone.