-
Send email
Files in the example
-
app/Mail/NewIPAddressWarningMail.php
-
app/Handlers/Events/UserEventHandler.php
-
-
Service providers
Files in the example
-
app/Providers/AccountServiceProvider.php
-
config/app.php
-
-
Events & listeners
Files in the example
-
app/Handlers/Events/StoredAccountEventHandler.php
-
app/Events/StoredAccount.php
-
app/Providers/EventServiceProvider.php
-
app/Factory/AccountFactory.php
-
-
Custom validation rules
Files in the example
-
app/Rules/IsBoolean.php
-
app/Api/V1/Requests/Models/Rule/StoreRequest.php
-
-
Vue.js
Files in the example
-
app/Api/V1/Controllers/Chart/AccountController.php
-
routes/api.php
-
frontend/src/components/dashboard/MainAccount.vue
-
-
Constants
Files in the example
-
app/Models/AccountType.php
-
app/Api/V1/Controllers/Chart/AccountController.php
-
-
Enum
Files in the example
-
app/Enums/ClauseType.php
-
app/Api/V1/Requests/Data/Bulk/TransactionRequest.php
-
-
Custom artisan commands
Files in the example
-
app/Console/Commands/CreateFirstUser.php
-