/laravel-vue-crud

CRUD App with Laravel and Vue.js

Primary LanguagePHPMIT LicenseMIT

Install Packages

composer install

Copy .env file

cp .env.example .env

Set Database Detail & run migration

php artisan migrate

Install NPM Dependencies

npm install

Set Application key

php artisan key:generate

Start Laravel Project

php artisan serve
npm run watch