A simple Laravel-Vue Task manager to add/remove tasks.
composer install.php artisan key:generate..env.example to .env or create a copy of the file with the new name..env and set your database connection details.php artisan migratenpm install# build and watch
npm run watch
# serve with hot reloading
npm run hot
npm run production
That’s it :)