This is a simple TodoList app built using Laravel and VueJS. This was done as a workshop on Larave+VueJS for Laravel Nagpur Meetup in 2019.
This is a work in progress and the app will be built over the course of 2-3 meetups (2-3 months).
composer installnpm installcp .env.exmaple .envphp artisan key:generate- Edit
.envand put database and other credentials php artisan migratephp artisan passport:installnpm run dev