Skip to content

Commit 1c6340c

Browse files
authored
Run optimize instead of seperate tasks (#4135)
Removed caching tasks and added optimization task.
1 parent eaaff59 commit 1c6340c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

recipe/laravel.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -295,10 +295,7 @@ function laravel_version_compare($version, $comparator)
295295
'deploy:prepare',
296296
'deploy:vendors',
297297
'artisan:storage:link',
298-
'artisan:config:cache',
299-
'artisan:route:cache',
300-
'artisan:view:cache',
301-
'artisan:event:cache',
298+
'artisan:optimize',
302299
'artisan:migrate',
303300
'deploy:publish',
304301
]);

0 commit comments

Comments
 (0)