Skip to main content

Code Examples of blade directive

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

7 examples

akaunting/akaunting

  • 9876
  • Created Sep 2017
  • Updated Jun 2026

Files in this example

  • app/Providers/Blade.php
    • resources/views/common/dashboards/show.blade.php
      • config/app.php
View full example

laravelio/laravel.io

  • 2499
  • Created May 2016
  • Updated Jun 2026

Files in this example

  • resources/macros/blade.php
    • app/Providers/AppServiceProvider.php
      • resources/views/articles/show.blade.php
        • resources/views/articles/_form.blade.php
View full example

spatie/spatie.be

  • 499
  • Created Oct 2020
  • Updated Jun 2026

Files in this example

  • app/Providers/ViewServiceProvider.php
    • resources/views/front/pages/vacancies/partials/offer.blade.php
      • config/app.php
View full example

tighten/novapackages

  • 336
  • Created Feb 2020
  • Updated Jun 2026

Files in this example

  • app/Providers/AppServiceProvider.php
    • resources/views/packages/show.blade.php
View full example

jcergolj/laravellte

  • 215
  • Created Jan 2020
  • Updated Feb 2023

Files in this example

  • app/Providers/AppServiceProvider.php
    • resources/views/components/inputs/text.blade.php
      • resources/views/components/inputs/dropdown.blade.php
View full example

phpreel/phpreel

  • 127
  • Created May 2021
  • Updated Nov 2022

Files in this example

  • app/Providers/ThemeComponentsServiceProvider.php
    • resources/themes/default/trailer/show.blade.php
      • config/app.php
View full example

spatie/laravel-beyond-crud.com

  • 58
  • Created Jun 2020
  • Updated Jan 2026

Files in this example

  • app/Providers/AppServiceProvider.php
    • resources/views/front/legal/privacy.blade.php
View full example