Releases: lorisleiva/laravel-deployer
Releases · lorisleiva/laravel-deployer
v0.3.5
v0.3.4
v0.3.3
⬆️ Add support for Laravel 8
v0.3.2
v0.3.1
🚑 Fix a small bug that prevented us to use array options like php artisan deploy -o option1=foo -o option2=bar
v0.3.0
⬆️ Add Support for Laravel 7
Unfortunately, in order to support Laravel 7, this package needs to use Symfony components that are not compatible with Laravel 5.7 and below. Thus, support has been dropped for these older versions for v0.3.x
.
v0.2.18
✨ New rollback
hook available.
Useful to attach custom logic when rolling back to a previous version. For example:
// After a deployment has been rolled back.
'rollback' => [
// Reload PHP-FPM.
'fpm:reload',
],
v0.2.17
⬇️ Prefer stable versions on dependencies
v0.2.16
✨ Add new tasks artisan:horizon:assets
and artisan:telescope:publish
v0.2.15
🚑 Rename artisan:optimize:clean
to artisan:optimize:clear
.