Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 415 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 415 Bytes

booking-larave-vue

Booking website using Laravel+Vue

#For Local/Development composer install php artisan key:generate php artisan storage:link php artisan migrate [--seed] For Production

Running this on development environment will throw error so run below command only on production

composer install --no-dev --optimize-autoloader php artisan key:generate php artisan storage:link php artisan migrate --force