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

@@ -63,6 +63,12 @@ php artisan storage:link
php artisan migrate
```
- Running seeder
```
php artisan db:seed
```
- Create view table
- excute all sql queries on folder database/view_query

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