Wrote the README and final status of the app
This diff is collapsed.
app/Category.php
0 → 100644
app/Tag.php
0 → 100644
app/Todo.php
0 → 100644
... | ... | @@ -18,6 +18,7 @@ |
"require-dev": { | ||
"facade/ignition": "^1.4", | ||
"fzaninotto/faker": "^1.4", | ||
"laravel/ui": "^1.1", | ||
"mockery/mockery": "^1.0", | ||
"nunomaduro/collision": "^3.0", | ||
"phpunit/phpunit": "^8.0" | ||
... | ... |
... | ... | @@ -11,11 +11,16 @@ |
}, | ||
"devDependencies": { | ||
"axios": "^0.19", | ||
"bootstrap": "^4.0.0", | ||
"cross-env": "^5.1", | ||
"jquery": "^3.2", | ||
"laravel-mix": "^4.0.7", | ||
"lodash": "^4.17.13", | ||
"popper.js": "^1.12", | ||
"resolve-url-loader": "^2.3.1", | ||
"sass": "^1.15.2", | ||
"sass-loader": "^7.1.0" | ||
"sass": "^1.20.1", | ||
"sass-loader": "7.*", | ||
"vue": "^2.5.17", | ||
"vue-template-compiler": "^2.6.10" | ||
} | ||
} |