Skip to main content

Code Examples of jobs

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

14 examples

unopim/unopim

  • 10270
  • Created Jul 2024
  • Updated Jun 2026

Files in this example

  • packages/Webkul/Product/src/Jobs/ElasticSearch/UpdateCreateIndex.php
    • packages/Webkul/Product/src/Jobs/ElasticSearch/DeleteIndex.php
      • packages/Webkul/Product/src/Listeners/Product.php
View full example

HiEventsDev/Hi.Events

  • 3870
  • Created Oct 2023
  • Updated Jun 2026

Files in this example

  • backend/app/Jobs/Event/SendMessagesJob.php
    • backend/app/Http/Actions/Orders/MessageOrderAction.php
View full example

pinkary-project/pinkary.com

  • 1529
  • Created Mar 2024
  • Updated Jun 2026

Files in this example

  • app/Jobs/UpdateUserAvatar.php
    • app/Http/Controllers/UserAvatarController.php
View full example

ErugoOSS/Erugo

  • 1074
  • Created Jan 2025
  • Updated Mar 2026

Files in this example

  • app/Jobs/backUpDatabase.php
    • routes/console.php
View full example

protonemedia/eddy-server-management

  • 510
  • Created May 2023
  • Updated Aug 2024

Files in this example

  • app/Jobs/InstallCertificate.php
    • app/Http/Controllers/SiteSslController.php
View full example

luadotsh/lua

  • 333
  • Created Oct 2024
  • Updated Apr 2026

Files in this example

  • app/Jobs/ProcessLinkStat.php
    • app/Http/Controllers/LinkController.php
      • app/Http/Controllers/RedirectController.php
View full example

theokafadaris/chatwire

  • 160
  • Created Mar 2023
  • Updated Jan 2025

Files in this example

  • app/Jobs/SendEmailJob.php
    • app/Http/Livewire/ChatBox.php
View full example

theihasan/geezap

  • 124
  • Created Jun 2024
  • Updated Mar 2026

Files in this example

  • app/Jobs/GenerateCoverLetterJob.php
    • app/Http/Controllers/CoverLetterController.php
View full example

alkrauss48/simple-slides

  • 98
  • Created Nov 2023
  • Updated Feb 2026

Files in this example

  • app/Jobs/AggregateDailyViews.php
    • app/Console/Kernel.php
View full example

cattr-app/server-application

  • 93
  • Created Mar 2023
  • Updated Jan 2026

Files in this example

  • app/Jobs/AssignAppsToTimeInterval.php
    • app/Http/Controllers/Api/IntervalController.php
View full example

nabilhassen/larasense

  • 63
  • Created Nov 2024
  • Updated Jun 2026

Files in this example

  • app/Jobs/SyncSourceFeed.php
    • app/Jobs/ProcessFeedItem.php
View full example

laravelstart/laravelstart

  • 21
  • Created May 2025
  • Updated Jun 2025

Files in this example

  • app/Jobs/SendWelcomeEmail.php
    • app/Models/Observers/UserObserver.php
      • app/Models/User.php
View full example

caneara/lumeno

  • 14
  • Created Dec 2022
  • Updated Dec 2022

Files in this example

  • app/Jobs/FetchExchangeRatesJob.php
    • app/Commands/FetchExchangeRatesCommand.php
View full example

caneara/tipsea

  • 13
  • Created Dec 2022
  • Updated Dec 2022

Files in this example

  • app/Jobs/ProcessTipsJob.php
    • app/Commands/ProcessTipsCommand.php
View full example