fix deploy code and readme

This commit is contained in:
arifal
2025-03-13 15:59:11 +07:00
parent e97b7eb70d
commit ca5b8ad403
2 changed files with 9 additions and 0 deletions

View File

@@ -19,6 +19,9 @@ COMPOSER_ALLOW_SUPERUSER=1 composer install --no-interaction --optimize-autoload
echo "🗄️ Running migrations..."
php artisan migrate --force
echo "Running seeders..."
php artisan db:seed
echo "⚡ Optimizing application..."
php artisan optimize:clear