Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 202 Bytes

DEPLOYMENT.md

File metadata and controls

12 lines (10 loc) · 202 Bytes
git pull
composer install

php artisan migrate:fresh
sudo php artisan storage:link
php artisan make:filament-user
sudo chown -R nginx:nginx *

sudo npm run build
php artisan optimize:clear