Skip to content

patelparixit07/laravel-vuejs-demo

Repository files navigation

Laravel + Vue.js Demo Application

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.

Screenshots

How To Use

Clone the repository

git clone

Copy .env.example file to .env and edit credentials

Install Via Composer

composer install

Generate Application Key

php artisan key:generate

Migrate Database

php artisan migrate

Run Seeder

php artisan db:seed

Install Dependencies

npm install

npm run dev

All set.. Navigate to site url to browse demo.

License

MIT