laravue-crud-app icon indicating copy to clipboard operation
laravue-crud-app copied to clipboard

Build Crud App with Laravel and Vue.js

Install Packages

composer install

Copy .env file

cp .env.example .env

Set Database Detail

Install NPM Dependencies

npm install

Start Laravel Project

php artisan serve
npm run watch

Connect with Us