Skip to main content

Code Examples of LaraBug/larabug-app

Discover how to use Laravel's LaraBug/larabug-app examples.

15 examples

Events & listeners

Files in this example

  • app/Listeners/UpdateLoginData.php
    • app/Providers/EventServiceProvider.php
View all examples

Custom validation rules

Files in this example

  • app/Rules/StartsWith.php
    • app/Http/Requests/ProjectRequest.php
View all examples

Helpers

Files in this example

  • app/Utilities/helpers.php
    • resources/views/frontend/partials/meta.blade.php
      • composer.json
View all examples

Accessors

Files in this example

  • app/Models/Exception.php
    • resources/views/home.blade.php
      • app/Http/Resources/Api/ExceptionResource.php
View all examples

Cviebrock/eloquent-sluggable

Files in this example

  • composer.json
    • app/Models/Plan.php
View all examples

Spatie/eloquent-sortable

Files in this example

  • composer.json
    • app/Models/Documentation.php
View all examples

Tucker-eric/eloquentfilter

Files in this example

  • composer.json
    • app/Filters/ProjectFilter.php
      • app/Http/Controllers/ProjectController.php
View all examples

Send email

Files in this example

  • app/Models/User.php
    • app/Mail/User/WelcomeEmail.php
View all examples

Pivot tables Many-to-many BelongsToMany

Files in this example

  • app/Models/User.php
    • app/Http/Controllers/ProjectController.php
      • app/Models/Project.php
View all examples

Inertia.js

Files in this example

  • composer.json
    • app/Http/Controllers/HomeController.php
      • resources/assets/js/panel/Pages/Dashboard.vue
View all examples

Captcha

Files in this example

  • composer.json
    • app/Traits/Captcha.php
      • app/Http/Controllers/Auth/RegisterController.php
View all examples