Skip to content

Releases: lorisleiva/laravel-deployer

v0.3.5

01 Oct 13:17
36737da
Compare
Choose a tag to compare

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

v0.3.4

17 Sep 12:36
a8feae3
Compare
Choose a tag to compare

🚑 Revert PR #199 due to Issue #206

v0.3.3

10 Sep 20:07
7ad1120
Compare
Choose a tag to compare

⬆️ Add support for Laravel 8

v0.3.2

07 Apr 13:23
Compare
Choose a tag to compare

🚑 Fix tty supported method (#170)

v0.3.1

05 Apr 16:17
Compare
Choose a tag to compare

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

v0.3.0

01 Mar 11:44
Compare
Choose a tag to compare

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

29 Feb 18:50
5a2325c
Compare
Choose a tag to compare

✨ 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

27 Dec 14:23
Compare
Choose a tag to compare

⬇️ Prefer stable versions on dependencies

v0.2.16

25 Nov 10:10
Compare
Choose a tag to compare

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

v0.2.15

02 Nov 09:35
5b8a4f5
Compare
Choose a tag to compare

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