Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

Latest commit

 

History

History
executable file
·
25 lines (22 loc) · 318 Bytes

readme.md

File metadata and controls

executable file
·
25 lines (22 loc) · 318 Bytes

Deploy:

composer install

For production:

composer install --optimize-autoloader --no-dev

Update data in .env file

Run:

php artisan migrate
php artisan storage:link
php artisan db:seed
php artisan route:cache
php artisan config:cache

Bower install:

cd public 
bower install