We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1ac4a2 commit f16237cCopy full SHA for f16237c
root/modules/cache.sh
@@ -6,4 +6,4 @@ cd /opt/app
6
echo "Build caches..."
7
php artisan config:cache
8
php artisan route:cache
9
-php artisan view:cache
+php artisan view:cache
root/modules/dev.sh
@@ -3,4 +3,4 @@ cd /opt/app
3
4
echo "Build development..."
5
composer install --prefer-dist --no-progress --no-interaction
-yarn
+yarn
root/modules/storage.sh
@@ -2,4 +2,4 @@
2
cd /opt/app
echo "Create storage symlink..."
-su www-data -s /bin/sh -c "php artisan storage:link -q"
+su www-data -s /bin/sh -c "php artisan storage:link -q"
0 commit comments