Self hosted simple looking todo application
Go to file
2020-06-28 12:21:44 +07:00
app Hide Forgot Password because of not ready yet 2020-06-28 12:21:44 +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 Major Update with many function 2020-06-28 11:13:27 +07:00
public Keyboard shortcut feeling 2020-06-23 23:33:05 +07:00
resources Hide Forgot Password because of not ready yet 2020-06-28 12:21:44 +07:00
routes Hide Forgot Password because of not ready yet 2020-06-28 12:21:44 +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 Update Todo Item CRUD 2020-06-28 00:43:02 +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
  • php artisan key:generate
  • create .env file
  • php artisan key:generate
  • php artisan migrate
  • php artisan db:seed