Laravel 8 + Vue.js 3 CRUD Composition API
In this tutorial, we are going to learn how we can create a CRUD with Vue.js 3 using Composition API and PrimeVue.
1. Create new Laravel Project
To create a new project execute this command in your console.
composer create-project laravel/laravel lar...
codewithluis.hashnode.dev12 min read