File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,11 @@ function clearCache() {
1818 mkdir storage/framework/sessions
1919}
2020
21+ composer install --no-dev --classmap-authoritative
22+ clearCache
23+ php artisan config:cache
24+ php artisan route:cache
25+
2126pwd=$( pwd)
2227langEn=" $pwd /vendor/phpbenchmarks/laravel-common/Resources/lang/en/phpbenchmarks.php"
2328langEnGb=" $pwd /vendor/phpbenchmarks/laravel-common/Resources/lang/en_GB/phpbenchmarks.php"
@@ -37,9 +42,3 @@ if [ -L "$pwd/resources/lang/fr_FR/phpbenchmarks.php" ]; then
3742 rm " $pwd /resources/lang/fr_FR/phpbenchmarks.php"
3843fi
3944ln -s " $langFrFr " resources/lang/fr_FR
40-
41- clearCache
42- composer install --no-dev --classmap-authoritative
43- clearCache
44- php artisan config:cache
45- php artisan route:cache
You can’t perform that action at this time.
0 commit comments