fix deploy code and readme
This commit is contained in:
@@ -63,6 +63,12 @@ php artisan storage:link
|
|||||||
php artisan migrate
|
php artisan migrate
|
||||||
```
|
```
|
||||||
|
|
||||||
|
- Running seeder
|
||||||
|
|
||||||
|
```
|
||||||
|
php artisan db:seed
|
||||||
|
```
|
||||||
|
|
||||||
- Create view table
|
- Create view table
|
||||||
- excute all sql queries on folder database/view_query
|
- excute all sql queries on folder database/view_query
|
||||||
|
|
||||||
|
|||||||
@@ -19,6 +19,9 @@ COMPOSER_ALLOW_SUPERUSER=1 composer install --no-interaction --optimize-autoload
|
|||||||
echo "🗄️ Running migrations..."
|
echo "🗄️ Running migrations..."
|
||||||
php artisan migrate --force
|
php artisan migrate --force
|
||||||
|
|
||||||
|
echo "Running seeders..."
|
||||||
|
php artisan db:seed
|
||||||
|
|
||||||
echo "⚡ Optimizing application..."
|
echo "⚡ Optimizing application..."
|
||||||
php artisan optimize:clear
|
php artisan optimize:clear
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user