A simple Laravel-Vue Task manager to add/remove tasks.
- Simple UI
- Add/remove tasks.
- Tasks list for each user.
- Download the app.
- run
composer install. - When installed via git clone or download, run
php artisan key:generate. - Rename
.env.exampleto.envor create a copy of the file with the new name. - Edit
.envand set your database connection details. - run
php artisan migrate - run
npm install
# build and watch
npm run watch
# serve with hot reloading
npm run hotnpm run productionThat's it :)