PackageTrack
Sign in Get early access

spatie/laravel-notification-log

Log notifications sent by your Laravel app

1.4.1 1.1M downloads/mo #3488 most downloaded on Packagist spatie/laravel-notification-log

What this package is like to depend on

Last release 5 months ago

11 Mar 2026

Release timing varies

gaps range from 2 weeks to 11 months

Nearly every release is documented

notes for 19 of 19 stable releases

Nothing withdrawn

no release was ever pulled

3 years old

19 releases · first in 2023

3 releases in the last 12 months

see the full history below

Release timeline

19 releases · Feb 2023 to Mar 2026
2024 2025 2026
Release Pre-release

Releases

latest 19
  1. 1.4.1 11 Mar 2026
    Release notes

    What's Changed

    • Fix incorrect method name wasAlreadySentTo → wasSentTo in docs by @briankiewel in #57

    New Contributors

    Full Changelog: 1.4.0...1.4.1

    Open source →
    Release notes

    What's Changed

    • Fix incorrect method name wasAlreadySentTo → wasSentTo in docs by @briankiewel in https://github.com/spatie/laravel-notification-log/pull/57

    New Contributors

    • @briankiewel made their first contribution in https://github.com/spatie/laravel-notification-log/pull/57

    Full Changelog: https://github.com/spatie/laravel-notification-log/compare/1.4.0...1.4.1

    Open source →
  2. 1.4.0 06 Mar 2026
    Release notes

    What's Changed

    • Laravel 13.x Compatibility
    • Drop support for PHP < 8.4 and Laravel < 12
    • Update to Pest 4
    Open source →
    Release notes

    What's Changed

    • Laravel 13.x Compatibility
    • Drop support for PHP < 8.4 and Laravel < 12
    • Update to Pest 4
    Open source →
  3. 1.3.3 14 Nov 2025
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 1.3.2...1.3.3

    Open source →
    Release notes

    What's Changed

    • Update introduction.md by @WillTorres10 in https://github.com/spatie/laravel-notification-log/pull/45
    • Update issue template by @AlexVanderbist in https://github.com/spatie/laravel-notification-log/pull/50
    • Fix typo by @chrysanthos in https://github.com/spatie/laravel-notification-log/pull/52
    • Fix notification history builder return types by @imhayatunnabi in https://github.com/spatie/laravel-notification-log/pull/53
    • Bump stefanzweifel/git-auto-commit-action from 5 to 7 by @dependabot[bot] in https://github.com/spatie/laravel-notification-log/pull/51
    • Bump actions/checkout from 3 to 5 by @dependabot[bot] in https://github.com/spatie/laravel-notification-log/pull/48
    • Bump aglipanci/laravel-pint-action from 2.5 to 2.6 by @dependabot[bot] in https://github.com/spatie/laravel-notification-log/pull/47
    • update pruning documentation for Laravel 11+ compatibility by @lukasleitsch in https://github.com/spatie/laravel-notification-log/pull/49

    New Contributors

    • @WillTorres10 made their first contribution in https://github.com/spatie/laravel-notification-log/pull/45
    • @AlexVanderbist made their first contribution in https://github.com/spatie/laravel-notification-log/pull/50
    • @chrysanthos made their first contribution in https://github.com/spatie/laravel-notification-log/pull/52
    • @imhayatunnabi made their first contribution in https://github.com/spatie/laravel-notification-log/pull/53
    • @lukasleitsch made their first contribution in https://github.com/spatie/laravel-notification-log/pull/49

    Full Changelog: https://github.com/spatie/laravel-notification-log/compare/1.3.2...1.3.3

    Open source →
  4. 1.3.2 19 Feb 2025
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 1.3.1...1.3.2

    Open source →
    Release notes

    What's Changed

    • Improve documentation section Using your own notification log model by @gisostallenberg in https://github.com/spatie/laravel-notification-log/pull/40
    • Bump aglipanci/laravel-pint-action from 2.3.1 to 2.5 by @dependabot in https://github.com/spatie/laravel-notification-log/pull/43
    • Laravel 12.x Compatibility by @laravel-shift in https://github.com/spatie/laravel-notification-log/pull/44

    New Contributors

    • @gisostallenberg made their first contribution in https://github.com/spatie/laravel-notification-log/pull/40
    • @laravel-shift made their first contribution in https://github.com/spatie/laravel-notification-log/pull/44

    Full Changelog: https://github.com/spatie/laravel-notification-log/compare/1.3.1...1.3.2

    Open source →
  5. 1.3.1 28 Mar 2024
    Release notes

    What's Changed

    Full Changelog: 1.3.0...1.3.1

    Open source →
    Release notes

    What's Changed

    • Remove unnecessary method call in HasHistory by @andreasnij in https://github.com/spatie/laravel-notification-log/pull/35

    Full Changelog: https://github.com/spatie/laravel-notification-log/compare/1.3.0...1.3.1

    Open source →
  6. 1.3.0 15 Mar 2024
    Release notes

    What's Changed

    • Update composer.json for L11 compatibility by @axtg in #39

    New Contributors

    • @axtg made their first contribution in #39

    Full Changelog: 1.2.1...1.3.0

    Open source →
    Release notes

    What's Changed

    • Update composer.json for L11 compatibility by @axtg in https://github.com/spatie/laravel-notification-log/pull/39

    New Contributors

    • @axtg made their first contribution in https://github.com/spatie/laravel-notification-log/pull/39

    Full Changelog: https://github.com/spatie/laravel-notification-log/compare/1.2.1...1.3.0

    Open source →
  7. 1.2.1 01 Mar 2024
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 1.2.0...1.2.1

    Open source →
    Release notes

    What's Changed

    • Don't put falsey log item in map by @kohenkatz in https://github.com/spatie/laravel-notification-log/pull/38

    New Contributors

    • @kohenkatz made their first contribution in https://github.com/spatie/laravel-notification-log/pull/38

    Full Changelog: https://github.com/spatie/laravel-notification-log/compare/1.2.0...1.2.1

    Open source →
  8. 1.2.0 18 Jan 2024
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 1.1.1...1.2.0

    Open source →
    Release notes

    What's Changed

    • Update docs to add missing event parameter by @FrancisMawn in https://github.com/spatie/laravel-notification-log/pull/26
    • fix typo in file name by @aminetiyal in https://github.com/spatie/laravel-notification-log/pull/28
    • Remove unused exception_message db column by @andreasnij in https://github.com/spatie/laravel-notification-log/pull/32
    • Update introduction.md by @dwightwatson in https://github.com/spatie/laravel-notification-log/pull/33
    • Bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 by @dependabot in https://github.com/spatie/laravel-notification-log/pull/34
    • Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in https://github.com/spatie/laravel-notification-log/pull/31
    • Add history builder inThePast() method by @andreasnij in https://github.com/spatie/laravel-notification-log/pull/36

    New Contributors

    • @aminetiyal made their first contribution in https://github.com/spatie/laravel-notification-log/pull/28
    • @andreasnij made their first contribution in https://github.com/spatie/laravel-notification-log/pull/32
    • @dwightwatson made their first contribution in https://github.com/spatie/laravel-notification-log/pull/33

    Full Changelog: https://github.com/spatie/laravel-notification-log/compare/1.1.1...1.2.0

    Open source →
  9. 1.1.1 10 Aug 2023
    Release notes

    What's Changed

    • Fix HasNotifiableHistory trait not using the configured model class by @FrancisMawn in #25

    New Contributors

    Full Changelog: 1.1.0...1.1.1

    Open source →
    Release notes

    What's Changed

    • Fix HasNotifiableHistory trait not using the configured model class by @FrancisMawn in https://github.com/spatie/laravel-notification-log/pull/25

    New Contributors

    • @FrancisMawn made their first contribution in https://github.com/spatie/laravel-notification-log/pull/25
    • @dependabot made their first contribution in https://github.com/spatie/laravel-notification-log/pull/20

    Full Changelog: https://github.com/spatie/laravel-notification-log/compare/1.1.0...1.1.1

    Open source →
  10. 1.1.0 17 Jul 2023
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 1.0.4...1.1.0

    Open source →
    Release notes

    What's Changed

    • Add option to query channels by @pxlrbt in https://github.com/spatie/laravel-notification-log/pull/23

    New Contributors

    • @pxlrbt made their first contribution in https://github.com/spatie/laravel-notification-log/pull/23

    Full Changelog: https://github.com/spatie/laravel-notification-log/compare/1.0.4...1.1.0

    Open source →
  11. 1.0.4 12 May 2023
    Release notes

    What's Changed

    • Fix docs by @ao-jhelmich in https://github.com/spatie/laravel-notification-log/pull/13
    • use semicolon instead of comma at the end of line by @mhfereydouni in https://github.com/spatie/laravel-notification-log/pull/17
    • Added Get Config Variable by @stijnvanouplines in https://github.com/spatie/laravel-notification-log/pull/18

    New Contributors

    • @ao-jhelmich made their first contribution in https://github.com/spatie/laravel-notification-log/pull/13
    • @mhfereydouni made their first contribution in https://github.com/spatie/laravel-notification-log/pull/17
    • @stijnvanouplines made their first contribution in https://github.com/spatie/laravel-notification-log/pull/18

    Full Changelog: https://github.com/spatie/laravel-notification-log/compare/1.0.3...1.0.4

    Open source →
  12. 1.0.3 14 Mar 2023
    Release notes

    What's Changed

    • correct mistake in fingerprint docs by @ceejayoz in https://github.com/spatie/laravel-notification-log/pull/8
    • add default indexes to created_at and notifiable by @ceejayoz in https://github.com/spatie/laravel-notification-log/pull/11

    New Contributors

    • @ceejayoz made their first contribution in https://github.com/spatie/laravel-notification-log/pull/8

    Full Changelog: https://github.com/spatie/laravel-notification-log/compare/1.0.2...1.0.3

    Open source →
  13. 1.0.2 28 Feb 2023
    Release notes

    What's Changed

    • Match cast field name to migration by @patrickomeara in https://github.com/spatie/laravel-notification-log/pull/4

    Full Changelog: https://github.com/spatie/laravel-notification-log/compare/1.0.1...1.0.2

    Open source →
  14. 1.0.1 28 Feb 2023
    Release notes

    What's Changed

    • Use subDays to determine what should be pruned by @patrickomeara in https://github.com/spatie/laravel-notification-log/pull/3

    New Contributors

    • @patrickomeara made their first contribution in https://github.com/spatie/laravel-notification-log/pull/3

    Full Changelog: https://github.com/spatie/laravel-notification-log/compare/1.0.0...1.0.1

    Open source →
  15. 1.0.0 26 Feb 2023
    Release notes
    • stable release
    Open source →
  16. 0.0.4 26 Feb 2023
    Release notes

    Full Changelog: https://github.com/spatie/laravel-notification-log/compare/0.0.3...0.0.4

    Open source →
  17. 0.0.3 25 Feb 2023
    Release notes

    What's Changed

    • Fixing the CONTRIBUTING.MD link in README.md by @raksbisht in https://github.com/spatie/laravel-notification-log/pull/1

    New Contributors

    • @raksbisht made their first contribution in https://github.com/spatie/laravel-notification-log/pull/1

    Full Changelog: https://github.com/spatie/laravel-notification-log/compare/0.0.2...0.0.3

    Open source →
  18. 0.0.2 24 Feb 2023
    Release notes

    Full Changelog: https://github.com/spatie/laravel-notification-log/compare/0.0.1...0.0.2

    Open source →
  19. 0.0.1 23 Feb 2023
    Release notes

    Full Changelog: https://github.com/spatie/laravel-notification-log/commits/0.0.1

    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