Skip to main content

Black Friday 2025! Only until December 1st: coupon FRIDAY25 for 40% off Yearly/Lifetime membership!

Read more here

Code Examples of traits

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

29 examples
Usually, developers use Traits to have some functionality re-used in a few different PHP classes, like an "include" to the class. It's not a Laravel concept, it's a PHP functionality.
Read more in the official PHP docs.

monicahq/monica

  • 23656
  • Created Jul 2017
  • Updated Nov 2025

Files in this example

  • app/Traits/AmountFormatter.php
    • app/Models/Contact/Debt.php
      • resources/views/people/debt/form.blade.php
View full example

krayin/laravel-crm

  • 20233
  • Created Jun 2021
  • Updated Nov 2025

Files in this example

  • packages/Webkul/Admin/src/Traits/Dashboard/Helper.php
    • packages/Webkul/Admin/src/Http/Controllers/Admin/DashboardController.php
View full example

koel/koel

  • 16858
  • Created Dec 2015
  • Updated Nov 2025

Files in this example

  • app/Traits/CanFilterByUser.php
    • app/Repositories/PlaylistRepository.php
View full example

pterodactyl/panel

  • 8314
  • Created Dec 2016
  • Updated Nov 2025

Files in this example

  • app/Traits/Services/HasUserLevels.php
    • app/Services/Servers/VariableValidatorService.php
View full example

bytefury/crater

  • 8213
  • Created Nov 2019
  • Updated Aug 2024

Files in this example

  • app/Traits/HasCustomFieldsTrait.php
    • app/Models/Expense.php
View full example

unopim/unopim

  • 7807
  • Created Jul 2024
  • Updated Nov 2025

Files in this example

  • packages/Webkul/Core/src/Traits/Sanitizer.php
    • packages/Webkul/Product/src/Repositories/SearchRepository.php
View full example

orchidsoftware/platform

  • 4733
  • Created Nov 2016
  • Updated Nov 2025

Files in this example

  • src/Screen/CanSee.php
    • src/Screen/Cell.php
View full example

area17/twill

  • 3925
  • Created Jun 2018
  • Updated Nov 2025

Files in this example

  • src/Models/Behaviors/HasPresenter.php
    • src/Models/Block.php
      • src/Models/User.php
View full example

laravelio/laravel.io

  • 2497
  • Created May 2016
  • Updated Nov 2025

Files in this example

  • app/Helpers/HasSlug.php
    • app/Models/Tag.php
      • app/Models/Article.php
        • routes/bindings.php
View full example

Bottelet/DaybydayCRM

  • 2311
  • Created Jul 2016
  • Updated Mar 2025

Files in this example

  • app/Traits/DeadlineTrait.php
    • app/Models/Project.php
      • app/Models/Task.php
        • app/Models/Lead.php
          • resources/views/projects/_sidebar.blade.php
View full example

HDInnovations/UNIT3D-Community-Edition

  • 2239
  • Created Dec 2017
  • Updated Nov 2025

Files in this example

  • app/Traits/Encryptable.php
    • app/Models/Seedbox.php
View full example

iluminar/goodwork

  • 2227
  • Created Nov 2017
  • Updated Nov 2025

Files in this example

  • app/Base/Utilities/GetRecipientsTrait.php
    • app/Discussion/Observers/DiscussionObserver.php
View full example

pelican-dev/panel

  • 1722
  • Created Mar 2024
  • Updated Nov 2025

Files in this example

  • app/Traits/Services/HasUserLevels.php
    • app/Services/Servers/StartupModificationService.php
View full example

Azuriom/Azuriom

  • 703
  • Created Jan 2020
  • Updated Oct 2025

Files in this example

  • app/Models/Traits/Loggable.php
    • app/Models/Server.php
      • app/Models/Page.php
View full example

spatie/freek.dev

  • 636
  • Created Nov 2017
  • Updated Nov 2025

Files in this example

  • app/Models/Concerns/HasSlug.php
    • app/Models/Link.php
      • app/Models/Post.php
View full example

ploi-deploy/roadmap

  • 527
  • Created May 2022
  • Updated Nov 2025

Files in this example

  • app/Traits/Sluggable.php
    • app/Models/Project.php
View full example

agorakit/agorakit

  • 434
  • Created May 2016
  • Updated Nov 2025

Files in this example

  • app/Traits/HasStatus.php
    • app/File.php
      • resources/views/files/file.blade.php
        • app/Group.php
          • resources/views/groups/group.blade.php
View full example

academico-sis/academico

  • 338
  • Created Dec 2018
  • Updated Nov 2025

Files in this example

  • app/Traits/PeriodSelection.php
    • app/Http/Controllers/HomeController.php
View full example

tighten/novapackages

  • 336
  • Created Feb 2020
  • Updated Sep 2025

Files in this example

  • app/Policies/HandlesPackageAuthorizationTrait.php
    • app/Policies/PackagePolicy.php
      • app/Policies/ScreenshotPolicy.php
View full example

ilestis/miscellany

  • 299
  • Created Oct 2017
  • Updated Nov 2025

Files in this example

  • Models/Attribute.php
    • app/Traits/OrderableTrait.php
View full example

LaravelDaily/Laravel-Support-Ticketing

  • 294
  • Created Nov 2019
  • Updated Mar 2023

Files in this example

  • app/Traits/Auditable.php
    • app/Ticket.php
View full example

OpenLitterMap/openlittermap-web

  • 122
  • Created Aug 2020
  • Updated Nov 2025

Files in this example

  • app/Traits/FilterTeamMembersTrait.php
    • app/Http/Controllers/Teams/TeamsController.php#L175
View full example

cattr-app/server-application

  • 87
  • Created Mar 2023
  • Updated Jan 2025

Files in this example

  • app/Traits/ExposePermissions.php
    • app/Models/Task.php
      • app/Models/Project.php
View full example

Senither/ShareX-Media-Server

  • 43
  • Created Oct 2016
  • Updated Mar 2023

Files in this example

  • app/Traits/MediaResource.php
    • app/Models/Url.php
      • resources/views/url/url-preview.blade.php
View full example

devhub-az/devhub

  • 24
  • Created Dec 2019
  • Updated Jul 2022

Files in this example

  • app/Helpers/HasAuthor.php
    • app/Models/Comment.php
      • app/Jobs/CreateComment.php
View full example

caneara/tipsea

  • 13
  • Created Dec 2022
  • Updated Dec 2022

Files in this example

  • app/Models/Tip.php
    • app/Concerns/Tip/Relationships.php
View full example

WyattCast44/peergoals

  • 6
  • Created Oct 2021
  • Updated Oct 2021

Files in this example

  • app/Models/Concerns/ManagesPeerships.php
    • app/Models/User.php
      • app/Http/Livewire/Dashboard/Panels/ManagePeerRequestsPanel.php
View full example

Lakshan-Madushanka/movieshark

  • 6
  • Created Jan 2024
  • Updated Aug 2025

Files in this example

  • app/Models/Concerns/HasSorts.php
    • main/app/Models/Movie.php
      • app/Http/Controllers/Front/WatchList/WatchListController.php
View full example

archboard/tidal-ptc

  • 4
  • Created Dec 2023
  • Updated Sep 2025

Files in this example

  • app/Traits/HasTimezone.php
    • app/Models/User.php
      • app/Models/School.php
View full example

We'd Love Your Feedback

Tell us what you like or what we can improve

Feel free to share anything you like or dislike about this page or the platform in general.