Skip to content

suresh-ramani/laravue-crud-app

Repository files navigation

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