mirror of
https://github.com/supanadit/todo.git
synced 2024-11-10 01:42:20 +00:00
19 lines
410 B
Markdown
Executable File
19 lines
410 B
Markdown
Executable File
# Todo App
|
|
|
|
Multi user todo application
|
|
|
|
## Requirement
|
|
- PHP 7.4+
|
|
- Laravel 7.2.5+
|
|
|
|
## Quick Start
|
|
- `composer install`
|
|
- create `.env` file
|
|
- `php artisan key:generate`
|
|
- `php artisan migrate`
|
|
- `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.
|