Self hosted simple looking todo application
Go to file
Supan Adit Pratama 15e9ca1d91 Todo List and item
2020-06-24 20:13:34 +07:00
app Todo List and item 2020-06-24 20:13:34 +07:00
bootstrap first commit 2020-06-23 11:40:37 +07:00
config first commit 2020-06-23 11:40:37 +07:00
database Update migration 2020-06-24 13:09:01 +07:00
public Keyboard shortcut feeling 2020-06-23 23:33:05 +07:00
resources Todo List and item 2020-06-24 20:13:34 +07:00
routes Todo List and item 2020-06-24 20:13:34 +07:00
storage first commit 2020-06-23 11:40:37 +07:00
tests first commit 2020-06-23 11:40:37 +07:00
.editorconfig Keyboard shortcut feeling 2020-06-23 23:33:05 +07:00
.env.example Keyboard shortcut feeling 2020-06-23 23:33:05 +07:00
.gitattributes Keyboard shortcut feeling 2020-06-23 23:33:05 +07:00
.gitignore Keyboard shortcut feeling 2020-06-23 23:33:05 +07:00
.styleci.yml Keyboard shortcut feeling 2020-06-23 23:33:05 +07:00
artisan first commit 2020-06-23 11:40:37 +07:00
composer.json first commit 2020-06-23 11:40:37 +07:00
composer.lock first commit 2020-06-23 11:40:37 +07:00
package-lock.json first commit 2020-06-23 11:40:37 +07:00
package.json first commit 2020-06-23 11:40:37 +07:00
phpunit.xml first commit 2020-06-23 11:40:37 +07:00
README.md Keyboard shortcut feeling 2020-06-23 23:33:05 +07:00
server.php first commit 2020-06-23 11:40:37 +07:00
webpack.mix.js first commit 2020-06-23 11:40:37 +07:00

Todo App

Simple Todo Application

Quick Start

  • composer install
  • create .env file
  • php artisan key:generate
  • php artisan migrate
  • php artisan db:seed