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 32e6683 commit e9b57e2Copy full SHA for e9b57e2
laravel-10.0/_benchmark/setup.sh
@@ -9,7 +9,6 @@ yes|cp -rf _benchmark/laravel/. ./
9
10
# some enhancements
11
composer install --optimize-autoloader --no-dev
12
-chmod o+w storage/*
13
-chmod o+w storage/framework/*
14
-#php artisan optimize
+chmod -R o+w storage
+
15
rm ./public/.htaccess
laravel-10.0/_benchmark/update.sh
@@ -6,7 +6,6 @@ yes|cp -rf _benchmark/laravel/. ./
6
7
8
0 commit comments