mirror of
https://github.com/supanadit/todo.git
synced 2024-11-21 17:46:23 +00:00
Self hosted simple looking todo application
app | ||
bootstrap | ||
config | ||
database | ||
public | ||
resources | ||
routes | ||
storage | ||
tests | ||
.editorconfig | ||
.env.example | ||
.gitattributes | ||
.gitignore | ||
.styleci.yml | ||
artisan | ||
composer.json | ||
composer.lock | ||
package-lock.json | ||
package.json | ||
phpunit.xml | ||
README.md | ||
server.php | ||
webpack.mix.js |
Todo App
Simple Todo Application
Quick Start
composer install
php artisan key:generate
- create
.env
file php artisan key:generate
php artisan migrate
php artisan db:seed