-
Events & listeners
Files in the example
-
app/Providers/EventServiceProvider.php
-
app/Events/Models/FormCreated.php
-
app/Listeners/Forms/FormCreationConfirmation.php
-
-
Maatwebsite/excel
Files in the example
-
app/Exports/FormSubmissionExport.php
-
app/Http/Controllers/Forms/FormSubmissionController.php
-
-
Form requests
Files in the example
-
app/Http/Requests/UserFormRequest.php
-
app/Http/Requests/StoreFormRequest.php
-
-
API resources
Files in the example
-
app/Http/Resources/FormResource.php
-
-
Send email
Files in the example
-
app/Mail/Forms/SubmissionConfirmationMail.php
-
resources/views/mail/form/confirmation-submission-notification.blade.php
-
app/Listeners/Forms/SubmissionConfirmation.php
-
-
Notifications
Files in the example
-
app/Mail/Forms/SubmissionConfirmationMail.php
-
app/Http/Controllers/Webhook/StripeController.php
-
-
Pivot tables
Files in the example
-
app/Models/Workspace.php
-
database/migrations/2022_09_12_074636_remove_access_token_from_workspaces.php
-
-
Captcha
Files in the example
-
app/Rules/ValidHCaptcha.php
-
app/Http/Requests/AnswerFormRequest.php
-
-
Custom validation rules
Files in the example
-
app/Rules/OneEmailPerLine.php
-
app/Http/Requests/UserFormRequest.php
-
-
Testing
Files in the example
-
tests/Feature/Forms/FormLogicTest.php
-
-
Laravel dusk
Files in the example
-
tests/Browser/Pages/Home.php
-