-
Events & listeners
Files in the example
-
app/Events/JobApplicationReceivedEvent.php
-
app/Listeners/JobApplicationListener.php
-
app/Providers/EventServiceProvider.php
-
app/Http/Controllers/Front/StoreJobApplicationController.php
-
-
Notifications
Files in the example
-
app/Notifications/JobApplicationReceivedNotification.php
-
app/Listeners/JobApplicationListener.php
-
-
Policies
Files in the example
-
app/Policies/JobApplicationPolicy.php
-
app/Models/User.php
-
app/Http/Controllers/Admin/JobApplicationController.php
-
-
Local scopes
Files in the example
-
app/Models/Job.php
-
app/Http/Controllers/Front/HomepageController.php
-