-
Testing
Files in the example
-
tests/Feature/SectionTest.php
-
-
Enum
Files in the example
-
app/Enums/UserType.php
-
app/Models/User.php
-
app/Enums/Traits/HasOptions.php
-
app/Models/User.php
-
-
Global scopes
Files in the example
-
app/Models/Scopes/SchoolScope.php
-
app/Traits/ScopedToSchool.php
-
app/Models/Batch.php
-
-
Traits
Files in the example
-
app/Traits/HasTimezone.php
-
app/Models/User.php
-
app/Models/School.php
-
-
Custom validation rules
Files in the example
-
app/Rules/ValidLicense.php
-
app/Forms/Traits/ValidatesTenantFields.php
-
-
Policies
Files in the example
-
app/Policies/TimeSlotPolicy.php
-
app/Http/Requests/CreateTimeSlotRequest.php
-
-
Pivot tables
Files in the example
-
app/Models/School.php
-
database/migrations/2023_12_20_075515_create_language_school_table.php
-
app/Http/Controllers/Settings/SaveSchoolLanguagesController.php
-
app/Http/Resources/LanguageResource.php
-