Simple Laravel and Vue.js Application for beginners, that demonstrate use of VueJs concepts like Two Way Binding, Computed Property, Components, Sub-Components, Vue Router, Vue Portal, Filters, CRUD etc...
Also contains useful components like Testimonials, Accordion, Carousel, Counter etc.
The Demo is divided into different SPA (Single Page Application) pages. It also showing use of MPA (Multi Page Application) and SPA (Single Page Application) both at the same time.
git clone
composer install
php artisan key:generate
php artisan migrate
php artisan db:seed
npm install
npm run dev