Laravel and Vue Js Todo SPA
- PHP 8.1.10
- Laravel 10.1.5
- vue 3.2.31
- TODO App
- Add the task
- Edit the task
- Delete the task
- Complete the task
- Without Reloading
git clone https://github.com/MobinaJafarian/VueJs_Laravel_Todo.git
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate
then
php artisan serve
npm install && npm run dev
Created by @MobinaJafarian - feel free to contact me!