Skip to main content

Code Examples of tighten/onramp

Discover how to use Laravel's tighten/onramp examples.

5 examples

Blade components

Files in this example

  • resources/views/components/form/section.blade.php
    • resources/views/components/input/text.blade.php
      • resources/views/components/button/primary.blade.php
        • resources/views/profile.blade.php
View all examples

View composers

Files in this example

  • app/Providers/ViewServiceProvider.php
    • resources/views/partials/language-switcher.blade.php
View all examples

Send email

Files in this example

  • app/Mail/SuggestedResourceRejectionEmail.php
    • resources/views/emails/rejected-resource.blade.php
      • app/Nova/Actions/RejectSuggestedResource.php
View all examples

Polymorphic relationships

Files in this example

  • app/Models/Module.php
    • app/Models/User.php
      • app/Models/Completion.php
View all examples