Skip to main content

Code Examples of notifications

Discover how to use Laravel's notifications method in real-world applications. Browse 22 examples from popular open-source projects.

22 examples

monicahq/monica

  • 23604
  • Created Jul 2017
  • Updated Oct 2025

Files in this example

  • app/Notifications/UserReminded.php
    • app/Jobs/Reminder/NotifyUserAboutReminder.php
View full example

BookStackApp/BookStack

  • 17662
  • Created Aug 2015
  • Updated Nov 2025

Files in this example

  • app/Notifications/UserInvite.php
    • app/Auth/Access/UserInviteService.php
View full example

akaunting/akaunting

  • 9315
  • Created Sep 2017
  • Updated Nov 2025

Files in this example

  • app/Abstracts/Notification.php
    • app/Notifications/Sale/Invoice.php
      • app/Http/Controllers/Sales/Invoices.php
View full example

pterodactyl/panel

  • 8257
  • Created Dec 2016
  • Updated Jun 2025

Files in this example

  • app/Notifications/AccountCreated.php
    • app/Services/Users/UserCreationService.php
View full example

JhumanJ/OpnForm

  • 2969
  • Created Sep 2022
  • Updated Nov 2025

Files in this example

  • app/Mail/Forms/SubmissionConfirmationMail.php
    • app/Http/Controllers/Webhook/StripeController.php
View full example

laravelio/laravel.io

  • 2498
  • Created May 2016
  • Updated Nov 2025

Files in this example

  • app/Notifications/ArticleApprovedNotification.php
    • app/Listeners/SendArticleApprovedNotification.php
View full example

Bottelet/DaybydayCRM

  • 2311
  • Created Jul 2016
  • Updated Mar 2025

Files in this example

  • app/Notifications/YouWereMentionedNotification.php
    • app/Listeners/NotiftyMentionedUsers.php
View full example

HDInnovations/UNIT3D-Community-Edition

  • 2232
  • Created Dec 2017
  • Updated Nov 2025

Files in this example

  • app/Listeners/FailedLoginListener.php
    • app/Notifications/FailedLogin.php
View full example

pinkary-project/pinkary.com

  • 1503
  • Created Mar 2024
  • Updated Oct 2025

Files in this example

  • app/Notifications/QuestionAnswered.php
    • app/Observers/QuestionObserver.php
View full example

nasirkhan/laravel-starter

  • 1347
  • Created Oct 2017
  • Updated Nov 2025

Files in this example

  • app/Notifications/NewRegistration.php
    • app/Listeners/Frontend/UserRegistered/UserRegisteredListener.php
View full example

Azuriom/Azuriom

  • 703
  • Created Jan 2020
  • Updated Oct 2025

Files in this example

  • app/Notifications/VerifyEmail.php
    • app/Models/User.php
View full example

ploi-deploy/roadmap

  • 524
  • Created May 2022
  • Updated Oct 2025

Files in this example

  • app/Notifications/Item/ItemUpdatedNotification.php
    • app/Observers/ItemObserver.php
View full example

protonemedia/eddy-server-management

  • 507
  • Created May 2023
  • Updated Aug 2024

Files in this example

  • app/Notifications/ServerProvisioningFailed.php
    • app/Jobs/CleanupFailedServerProvisioning.php
View full example

agorakit/agorakit

  • 434
  • Created May 2016
  • Updated Nov 2025

Files in this example

  • app/Notifications/MentionedUser.php
    • app/Listeners/NotifyMentionedUsers.php
      • app/Providers/EventServiceProvider.php
View full example

academico-sis/academico

  • 337
  • Created Dec 2018
  • Updated Nov 2025

Files in this example

  • app/Mail/AbsenceNotification.php
    • app/Jobs/WatchAttendance.php
View full example

themsaid/ergodnc

  • 262
  • Created Sep 2021
  • Updated Dec 2023

Files in this example

  • app/Http/Controllers/OfficeController.php
    • app/Notifications/OfficePendingApproval.php
View full example

alighasemzadeh/bap

  • 154
  • Created Oct 2021
  • Updated Jun 2024

Files in this example

  • app/Notifications/TicketReplied.php
    • app/Http/Livewire/Admin/Support/Ticket/View.php
View full example

familytree365/backend

  • 90
  • Created May 2021
  • Updated Aug 2021

Files in this example

  • app/Notifications/SubscribeSuccessfully.php
    • app/Http/Controllers/StripeController.php
View full example

crivion/laraboard-careers

  • 78
  • Created Jul 2022
  • Updated May 2023

Files in this example

  • app/Notifications/JobApplicationReceivedNotification.php
    • app/Listeners/JobApplicationListener.php
View full example

caneara/tipsea

  • 13
  • Created Dec 2022
  • Updated Dec 2022

Files in this example

  • app/Notifications/CommentReceivedNotification.php
    • app/Actions/Comment/NotifyAction.php
View full example

Ayenko4all/school-management-system-backend

  • 12
  • Created Aug 2021
  • Updated Nov 2021

Files in this example

  • app/Notifications/SendEmailTokenNotification.php
    • app/Http/Controllers/Auth/RegistrationController.php
View full example

Melcus/parking-system

  • 10
  • Created May 2021
  • Updated Feb 2022

Files in this example

  • app/Notifications/ReservationPaymentSuccesful.php
    • app/Http/Controllers/WebhookController.php
View full example