-
Enum
Files in the example
-
app/Enums/JobType.php
-
app/Pipelines/JobFilter.php
-
-
Custom exceptions
Files in the example
-
app/Exceptions/ApiKeyNotFoundException.php
-
app/Jobs/GetJobData.php
-
-
Form requests
Files in the example
-
app/Http/Requests/UpdateSkillRequest.php
-
app/Http/Controllers/ProfileController.php
-
-
Jobs
Files in the example
-
app/Jobs/GenerateCoverLetterJob.php
-
app/Http/Controllers/CoverLetterController.php
-
-
Observers
Files in the example
-
app/Observers/JobListingObserver.php
-
app/Models/JobListing.php
-