PackageTrack
Sign in Get early access

spatie/laravel-discord-alerts

Send a message to Discord

1.10.0 569K downloads/mo #4131 most downloaded on Packagist spatie/laravel-discord-alerts

What this package is like to depend on

Last release 3 days ago

20 Aug 2026

Release timing varies

gaps range from 3 weeks to 10 months

Nearly every release is documented

notes for 15 of 16 stable releases

Nothing withdrawn

no release was ever pulled

5 years old

16 releases · first in 2022

3 releases in the last 12 months

see the full history below

Release timeline

16 releases · Jan 2022 to Aug 2026
2023 2024 2025 2026
Release Pre-release

Releases

latest 16
  1. 1.10.0 20 Aug 2026
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 1.9.1...1.10.0

    Open source →
    Release notes

    What's Changed

    • Bump dependabot/fetch-metadata from 2.5.0 to 3.0.0 by @dependabot[bot] in https://github.com/spatie/laravel-discord-alerts/pull/70
    • Bump dependabot/fetch-metadata from 3.0.0 to 3.1.0 by @dependabot[bot] in https://github.com/spatie/laravel-discord-alerts/pull/71
    • Bump actions/checkout from 6 to 7 by @dependabot[bot] in https://github.com/spatie/laravel-discord-alerts/pull/72
    • add attachment functionality by @pschilly in https://github.com/spatie/laravel-discord-alerts/pull/73

    New Contributors

    • @pschilly made their first contribution in https://github.com/spatie/laravel-discord-alerts/pull/73

    Full Changelog: https://github.com/spatie/laravel-discord-alerts/compare/1.9.1...1.10.0

    Open source →
  2. 1.9.1 17 Mar 2026
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 1.9.0...1.9.1

    Open source →
    Release notes

    What's Changed

    • Document the queue connection config option by @freekmurze in https://github.com/spatie/laravel-discord-alerts/pull/67
    • Fix PHPStan config on main by @freekmurze in https://github.com/spatie/laravel-discord-alerts/pull/68
    • Add PHP 8.3 support by @the-pulli in https://github.com/spatie/laravel-discord-alerts/pull/69

    New Contributors

    • @freekmurze made their first contribution in https://github.com/spatie/laravel-discord-alerts/pull/67

    Full Changelog: https://github.com/spatie/laravel-discord-alerts/compare/1.9.0...1.9.1

    Open source →
  3. 1.9.0 17 Mar 2026
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 1.8.0...1.9.0

    Open source →
    Release notes

    What's Changed

    • Update README.md config file example by @ziming in https://github.com/spatie/laravel-discord-alerts/pull/57
    • Update issue template by @AlexVanderbist in https://github.com/spatie/laravel-discord-alerts/pull/60
    • Bump dependabot/fetch-metadata from 2.4.0 to 2.5.0 by @dependabot[bot] in https://github.com/spatie/laravel-discord-alerts/pull/63
    • Bump actions/checkout from 4 to 6 by @dependabot[bot] in https://github.com/spatie/laravel-discord-alerts/pull/62
    • Bump stefanzweifel/git-auto-commit-action from 5 to 7 by @dependabot[bot] in https://github.com/spatie/laravel-discord-alerts/pull/61
    • Bump ramsey/composer-install from 3 to 4 by @dependabot[bot] in https://github.com/spatie/laravel-discord-alerts/pull/65
    • Laravel 13.x Compatibility by @the-pulli in https://github.com/spatie/laravel-discord-alerts/pull/66

    New Contributors

    • @ziming made their first contribution in https://github.com/spatie/laravel-discord-alerts/pull/57
    • @AlexVanderbist made their first contribution in https://github.com/spatie/laravel-discord-alerts/pull/60
    • @the-pulli made their first contribution in https://github.com/spatie/laravel-discord-alerts/pull/66

    Full Changelog: https://github.com/spatie/laravel-discord-alerts/compare/1.8.0...1.9.0

    Open source →
  4. 1.8.0 20 May 2025
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 1.7.0...1.8.0

    Open source →
    Release notes

    What's Changed

    • Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 by @dependabot in https://github.com/spatie/laravel-discord-alerts/pull/55
    • [QUEUE] Specify queue name by @Eliotboutet in https://github.com/spatie/laravel-discord-alerts/pull/56

    New Contributors

    • @Eliotboutet made their first contribution in https://github.com/spatie/laravel-discord-alerts/pull/56

    Full Changelog: https://github.com/spatie/laravel-discord-alerts/compare/1.7.0...1.8.0

    Open source →
  5. 1.7.0 25 Feb 2025
    Release notes

    What's Changed

    • Add support voor Laravel 12 and drop support for old Laravel versions by @dennisvandalen in #54

    New Contributors

    Full Changelog: 1.6.1...1.7.0

    Open source →
    Release notes

    What's Changed

    • Add support voor Laravel 12 and drop support for old Laravel versions by @dennisvandalen in https://github.com/spatie/laravel-discord-alerts/pull/54

    New Contributors

    • @dennisvandalen made their first contribution in https://github.com/spatie/laravel-discord-alerts/pull/54

    Full Changelog: https://github.com/spatie/laravel-discord-alerts/compare/1.6.1...1.7.0

    Open source →
  6. 1.6.1 06 Feb 2025
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 1.6.0...1.6.1

    Open source →
    Release notes

    What's Changed

    • Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot in https://github.com/spatie/laravel-discord-alerts/pull/51
    • Username, avatar, tts webhook functionality. by @brunomers11 in https://github.com/spatie/laravel-discord-alerts/pull/53

    New Contributors

    • @brunomers11 made their first contribution in https://github.com/spatie/laravel-discord-alerts/pull/53

    Full Changelog: https://github.com/spatie/laravel-discord-alerts/compare/1.6.0...1.6.1

    Open source →
  7. 1.6.0 30 Dec 2024
    Release notes

    What's Changed

    • Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #48
    • Add functions to delay the job that delivers the message by @igoptx in #50

    New Contributors

    Full Changelog: 1.5.0...1.6.0

    Open source →
    Release notes

    What's Changed

    • Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in https://github.com/spatie/laravel-discord-alerts/pull/48
    • Add functions to delay the job that delivers the message by @igoptx in https://github.com/spatie/laravel-discord-alerts/pull/50

    New Contributors

    • @igoptx made their first contribution in https://github.com/spatie/laravel-discord-alerts/pull/50

    Full Changelog: https://github.com/spatie/laravel-discord-alerts/compare/1.5.0...1.6.0

    Open source →
  8. 1.5.0 16 May 2024
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 1.4.0...1.5.0

    Open source →
    Release notes

    What's Changed

    • Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in https://github.com/spatie/laravel-discord-alerts/pull/44
    • Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in https://github.com/spatie/laravel-discord-alerts/pull/46
    • Custom job dispatch connection by @alessandrodorazio in https://github.com/spatie/laravel-discord-alerts/pull/47

    New Contributors

    • @alessandrodorazio made their first contribution in https://github.com/spatie/laravel-discord-alerts/pull/47

    Full Changelog: https://github.com/spatie/laravel-discord-alerts/compare/1.4.0...1.5.0

    Open source →
  9. 1.4.0 17 Mar 2024
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 1.3.1...1.4.0

    Open source →
    Release notes

    What's Changed

    • Fix minor markdown typo by @rico-vz in https://github.com/spatie/laravel-discord-alerts/pull/33
    • Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/spatie/laravel-discord-alerts/pull/34
    • Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in https://github.com/spatie/laravel-discord-alerts/pull/35
    • Bump ramsey/composer-install from 2 to 3 by @dependabot in https://github.com/spatie/laravel-discord-alerts/pull/41
    • Add Support for Laravel 11.x by @21p-tb in https://github.com/spatie/laravel-discord-alerts/pull/43

    New Contributors

    • @rico-vz made their first contribution in https://github.com/spatie/laravel-discord-alerts/pull/33
    • @21p-tb made their first contribution in https://github.com/spatie/laravel-discord-alerts/pull/43

    Full Changelog: https://github.com/spatie/laravel-discord-alerts/compare/1.3.1...1.4.0

    Open source →
  10. 1.3.1 28 Jul 2023
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 1.3.0...1.3.1

    Open source →
    Release notes

    What's Changed

    • Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in https://github.com/spatie/laravel-discord-alerts/pull/31
    • Format new lines in embed messages by @FinnPaes in https://github.com/spatie/laravel-discord-alerts/pull/32

    New Contributors

    • @FinnPaes made their first contribution in https://github.com/spatie/laravel-discord-alerts/pull/32

    Full Changelog: https://github.com/spatie/laravel-discord-alerts/compare/1.3.0...1.3.1

    Open source →
  11. 1.3.0 17 Jun 2023
    Release notes

    What's Changed

    • Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in https://github.com/spatie/laravel-discord-alerts/pull/25
    • Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 by @dependabot in https://github.com/spatie/laravel-discord-alerts/pull/26
    • Feature: Added Functionality for sending embeds by @oakyydev in https://github.com/spatie/laravel-discord-alerts/pull/30

    New Contributors

    • @oakyydev made their first contribution in https://github.com/spatie/laravel-discord-alerts/pull/30

    Full Changelog: https://github.com/spatie/laravel-discord-alerts/compare/1.2.2...1.3.0

    Open source →
  12. 1.2.2 29 Mar 2023
    Release notes

    What's Changed

    • Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 by @dependabot in https://github.com/spatie/laravel-discord-alerts/pull/18
    • update external markdown formatting URL by @Jamesclark32 in https://github.com/spatie/laravel-discord-alerts/pull/20
    • Updated Discord's webhook guide URL. by @clydesantiago in https://github.com/spatie/laravel-discord-alerts/pull/22
    • Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in https://github.com/spatie/laravel-discord-alerts/pull/23
    • Bump ramsey/composer-install from 1 to 2 by @dependabot in https://github.com/spatie/laravel-discord-alerts/pull/19
    • Add support for Laravel 10 by @Nielsvanpach in https://github.com/spatie/laravel-discord-alerts/pull/24

    New Contributors

    • @Jamesclark32 made their first contribution in https://github.com/spatie/laravel-discord-alerts/pull/20
    • @clydesantiago made their first contribution in https://github.com/spatie/laravel-discord-alerts/pull/22
    • @Nielsvanpach made their first contribution in https://github.com/spatie/laravel-discord-alerts/pull/24

    Full Changelog: https://github.com/spatie/laravel-discord-alerts/compare/1.2.1...1.2.2

    Open source →
  13. 1.2.1 07 Nov 2022
    Release notes

    What's Changed

    • Bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 by @dependabot in https://github.com/spatie/laravel-discord-alerts/pull/12
    • feat: format newline on message function by @localhousee in https://github.com/spatie/laravel-discord-alerts/pull/17

    New Contributors

    • @localhousee made their first contribution in https://github.com/spatie/laravel-discord-alerts/pull/17

    Full Changelog: https://github.com/spatie/laravel-discord-alerts/compare/1.2.0...1.2.1

    Open source →
  14. 1.2.0 29 Jul 2022
    Release notes

    What's Changed

    • Bump dependabot/fetch-metadata from 1.1.1 to 1.2.0 by @dependabot in https://github.com/spatie/laravel-discord-alerts/pull/2
    • Bump dependabot/fetch-metadata from 1.2.0 to 1.2.1 by @dependabot in https://github.com/spatie/laravel-discord-alerts/pull/3
    • Bump dependabot/fetch-metadata from 1.2.1 to 1.3.0 by @dependabot in https://github.com/spatie/laravel-discord-alerts/pull/4
    • Bump actions/checkout from 2 to 3 by @dependabot in https://github.com/spatie/laravel-discord-alerts/pull/5
    • Bump dependabot/fetch-metadata from 1.3.0 to 1.3.1 by @dependabot in https://github.com/spatie/laravel-discord-alerts/pull/6
    • Bump dependabot/fetch-metadata from 1.3.1 to 1.3.3 by @dependabot in https://github.com/spatie/laravel-discord-alerts/pull/7
    • Custom webhook URL by @nssnl in https://github.com/spatie/laravel-discord-alerts/pull/9

    New Contributors

    • @dependabot made their first contribution in https://github.com/spatie/laravel-discord-alerts/pull/2
    • @nssnl made their first contribution in https://github.com/spatie/laravel-discord-alerts/pull/9

    Full Changelog: https://github.com/spatie/laravel-discord-alerts/compare/1.1.0...1.2.0

    Open source →
  15. 1.1.0 18 Feb 2022

    Nothing published for this version

  16. 1.0.0 21 Jan 2022
    Release notes
    • Initial release
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive