Skip to content

Commit 3593200

Browse files
committed
Temporally disable artisan optimize
Seems the problem
1 parent b72cf7d commit 3593200

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

laravel-10.0/_benchmark/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ yes|cp -rf _benchmark/laravel/. ./
1111
composer install --optimize-autoloader --no-dev
1212
chmod o+w storage/*
1313
chmod o+w storage/framework/*
14-
php artisan optimize
14+
#php artisan optimize
1515
rm ./public/.htaccess

laravel-10.0/_benchmark/update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ yes|cp -rf _benchmark/laravel/. ./
88
composer install --optimize-autoloader --no-dev
99
chmod o+w storage/*
1010
chmod o+w storage/framework/*
11-
php artisan optimize
11+
#php artisan optimize
1212
rm ./public/.htaccess

0 commit comments

Comments
 (0)