Self hosted simple looking todo application
Go to file
2020-06-24 00:45:04 +07:00
app Todo model and migration 2020-06-24 00:45:04 +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 Todo model and migration 2020-06-24 00:45:04 +07:00
public Keyboard shortcut feeling 2020-06-23 23:33:05 +07:00
resources Todo model and migration 2020-06-24 00:45:04 +07:00
routes first commit 2020-06-23 11:40:37 +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