Interfaces Files in this example app/Interfaces/InvoicingInterface.php app/Services/Ecuasolutions.php View all examples
Traits Files in this example app/Traits/PeriodSelection.php app/Http/Controllers/HomeController.php View all examples
Events & listeners Files in this example app/Events/CourseUpdated.php app/Listeners/UpdateCourseEvents.php app/Providers/EventServiceProvider.php app/Models/ExternalCourse.php View all examples
Gates Files in this example app/Providers/AuthServiceProvider.php app/Http/Controllers/GradeController.php View all examples
Policies Files in this example app/Providers/AuthServiceProvider.php app/Models/Policies/ContactPolicy.php app/Http/Controllers/ContactController.php View all examples
Notifications Files in this example app/Mail/AbsenceNotification.php app/Jobs/WatchAttendance.php View all examples
Accessors Files in this example app/Models/Skills/Skill.php app/Http/Controllers/Admin/EvaluationTypeCrudController.php View all examples
Mutators Files in this example app/Models/Invoice.php app/Http/Controllers/InvoiceController.php View all examples
Polymorphic relationships Files in this example database/migrations/2018_12_20_142237_create_comments_table.php app/Models/Comment.php app/Http/Controllers/CommentController.php resources/views/students/show.blade.php resources/js/components/StudentCommentComponent.vue app/Models/Student.php View all examples
Pivot tables Many-to-many BelongsToMany Files in this example app/Models/Enrollment.php app/Http/Controllers/ScheduledPaymentController.php View all examples