Laravel Deployer Versions Save

🚀 Zero-downtime deployment out-of-the-box

v0.3.5

3 years ago

1️⃣ Migrate once() on multiple hosts by default (#208)

v0.3.4

3 years ago

🚑 Revert PR #199 due to Issue #206

v0.3.3

3 years ago

⬆️ Add support for Laravel 8

v0.3.2

4 years ago

🚑 Fix tty supported method (#170)

v0.3.1

4 years ago

🚑 Fix a small bug that prevented us to use array options like php artisan deploy -o option1=foo -o option2=bar

v0.3.0

4 years ago

⬆️ 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

4 years ago

✨ 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

4 years ago

⬇️ Prefer stable versions on dependencies

v0.2.16

4 years ago

✨ Add new tasks artisan:horizon:assets and artisan:telescope:publish

v0.2.15

4 years ago

🚑 Rename artisan:optimize:clean to artisan:optimize:clear.