-
Custom artisan commands
Files in the example
-
app/Console/Commands/ResetCommand.php
-
-
Enum
Files in the example
-
app/Enums/DashboardSortBy.php
-
app/Http/Requests/Reports/DashboardRequest.php
-
app/Http/Controllers/Api/Reports/DashboardController.php
-
-
Jobs
Files in the example
-
app/Jobs/AssignAppsToTimeInterval.php
-
app/Http/Controllers/Api/IntervalController.php
-
-
Send email
Files in the example
-
app/Mail/UserCreated.php
-
app/Observers/UserObserver.php
-
-
Policies
Files in the example
-
app/Policies/TimeIntervalPolicy.php
-
app/Providers/AuthServiceProvider.php
-
-
Custom validation rules
Files in the example
-
app/Rules/TimeIntervalDoesNotExist.php
-
app/Http/Requests/Interval/CreateTimeIntervalRequest.php
-
-
Global scopes
Files in the example
-
app/Scopes/UserAccessScope.php
-
app/Models/User.php
-
tests/Feature/Users/ListTest.php
-
-
Traits
Files in the example
-
app/Traits/ExposePermissions.php
-
app/Models/Task.php
-
app/Models/Project.php
-
-
Service classes
Files in the example
-
app/Services/ProjectMemberService.php
-
app/Http/Controllers/Api/ProjectMemberController.php
-