Added php artisan storage:link.

This commit is contained in:
2024-06-11 22:42:10 +05:00
parent cce94cd210
commit de69776bc8

View File

@@ -103,6 +103,7 @@ php artisan config:cache
php artisan event:cache
php artisan route:cache
php artisan view:cache
php artisan storage:link
if [ "$role" = "app" ]; then
php artisan migrate --force
fi