Skip to content

srijanlama/ddstransportllc

Repository files navigation

Project Setup

composer install 
npm install

Application Bootstrap

php artisan key:generate 
php artisan migrate --seed
php artisan ziggy:generate

Developement Setup

npm run dev
php artisan serve 

Production Setup

npm run production