mirror of
https://github.com/supanadit/todo.git
synced 2024-11-10 09:52:19 +00:00
Update README and LICENSE
This commit is contained in:
parent
30865e80cb
commit
f1b184cc6f
2
LICENSE
Normal file
2
LICENSE
Normal 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.
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user