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() {
18
18
mkdir storage/framework/sessions
19
19
}
20
20
21
+ composer install --no-dev --classmap-authoritative
22
+ clearCache
23
+ php artisan config:cache
24
+ php artisan route:cache
25
+
21
26
pwd=$( pwd)
22
27
langEn=" $pwd /vendor/phpbenchmarks/laravel-common/Resources/lang/en/phpbenchmarks.php"
23
28
langEnGb=" $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
37
42
rm " $pwd /resources/lang/fr_FR/phpbenchmarks.php"
38
43
fi
39
44
ln -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