Skip to main content

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

  • 24763
  • Created Jul 2017
  • Updated Apr 2026

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

  • 22964
  • Created Jun 2021
  • Updated Jun 2026

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

  • 17162
  • Created Dec 2015
  • Updated Jun 2026

Files in this example

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

unopim/unopim

  • 10270
  • Created Jul 2024
  • Updated Jun 2026

Files in this example

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

pterodactyl/panel

  • 8951
  • Created Dec 2016
  • Updated Jun 2026

Files in this example

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

bytefury/crater

  • 8295
  • Created Nov 2019
  • Updated Aug 2024

Files in this example

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

orchidsoftware/platform

  • 4793
  • Created Nov 2016
  • Updated Jun 2026

Files in this example

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

area17/twill

  • 3957
  • Created Jun 2018
  • Updated Jun 2026

Files in this example

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

laravelio/laravel.io

  • 2499
  • Created May 2016
  • Updated Jun 2026

Files in this example

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

HDInnovations/UNIT3D-Community-Edition

  • 2391
  • Created Dec 2017
  • Updated Jun 2026

Files in this example

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

Bottelet/DaybydayCRM

  • 2316
  • Created Jul 2016
  • Updated May 2026

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

iluminar/goodwork

  • 2229
  • 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

  • 2111
  • Created Mar 2024
  • Updated Jun 2026

Files in this example

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

Azuriom/Azuriom

  • 721
  • Created Jan 2020
  • Updated Jun 2026

Files in this example

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

spatie/freek.dev

  • 650
  • Created Nov 2017
  • Updated Jun 2026

Files in this example

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

ploi-deploy/roadmap

  • 561
  • Created May 2022
  • Updated Jun 2026

Files in this example

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

agorakit/agorakit

  • 450
  • Created May 2016
  • Updated Feb 2026

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

  • 371
  • Created Dec 2018
  • Updated Jun 2026

Files in this example

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

ilestis/miscellany

  • 340
  • Created Oct 2017
  • Updated Jun 2026

Files in this example

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

tighten/novapackages

  • 336
  • Created Feb 2020
  • Updated Jun 2026

Files in this example

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

LaravelDaily/Laravel-Support-Ticketing

  • 300
  • Created Nov 2019
  • Updated Mar 2023

Files in this example

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

OpenLitterMap/openlittermap-web

  • 130
  • Created Aug 2020
  • Updated Jun 2026

Files in this example

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

cattr-app/server-application

  • 93
  • Created Mar 2023
  • Updated Jan 2026

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

  • 5
  • Created Dec 2023
  • Updated Mar 2026

Files in this example

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