-
Interfaces
Files in the example
-
app/Interfaces/InvoicingInterface.php
-
app/Services/Ecuasolutions.php
-
-
Traits
Files in the example
-
app/Traits/PeriodSelection.php
-
app/Http/Controllers/HomeController.php
-
-
Events & listeners
Files in the example
-
app/Events/CourseUpdated.php
-
app/Listeners/UpdateCourseEvents.php
-
app/Providers/EventServiceProvider.php
-
app/Models/ExternalCourse.php
-
-
Global scopes
Files in the example
-
app/Models/ExternalCourse.php
-
-
Gates
Files in the example
-
app/Providers/AuthServiceProvider.php
-
app/Http/Controllers/GradeController.php
-
-
Policies
Files in the example
-
app/Providers/AuthServiceProvider.php
-
app/Models/Policies/ContactPolicy.php
-
app/Http/Controllers/ContactController.php
-
-
Notifications
Files in the example
-
app/Mail/AbsenceNotification.php
-
app/Jobs/WatchAttendance.php
-
-
Accessors
Files in the example
-
app/Models/Skills/Skill.php
-
app/Http/Controllers/Admin/EvaluationTypeCrudController.php
-
-
Mutators
Files in the example
-
app/Models/Invoice.php
-
app/Http/Controllers/InvoiceController.php
-
-
Polymorphic relationships
Files in the 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
-
-
Pivot tables Many-to-many BelongsToMany
Files in the example
-
app/Models/Enrollment.php
-
app/Http/Controllers/ScheduledPaymentController.php
-