Events & listeners Files in this example app/Events/SiteUpdated.php app/Models/Site.php View all examples
Send email Files in this example app/Mail/ServerProvisioned.php app/Tasks/ProvisionFreshServer.php View all examples
Custom exceptions Files in this example app/Models/PendingDeploymentException.php app/Models/Site.php View all examples
Jobs Files in this example app/Jobs/InstallCertificate.php app/Http/Controllers/SiteSslController.php View all examples
Notifications Files in this example app/Notifications/ServerProvisioningFailed.php app/Jobs/CleanupFailedServerProvisioning.php View all examples
Policies Files in this example app/Policies/ServerPolicy.php app/Providers/AuthServiceProvider.php app/Http/Controllers/ServerController.php View all examples
Custom validation rules Files in this example app/Rules/FirewallPort.php app/Http/Controllers/FirewallRuleController.php View all examples
Enum Files in this example app/Server/Software.php app/Http/Controllers/SoftwareController.php View all examples
Local scopes Files in this example app/Models/Credentials.php app/Http/Controllers/ServerController.php View all examples