-
Custom artisan commands
Files in the example
-
app/Console/Commands/DeleteNonEmailVerifiedUsersCommand.php
-
-
Enum
Files in the example
-
app/Enums/UserMailPreference.php
-
app/Models/User.php
-
app/Http/Requests/UserUpdateRequest.php
-
app/Console/Commands/SendUnreadNotificationEmailsCommand.php
-
-
Custom validation rules
Files in the example
-
app/Rules/NoBlankCharacters.php
-
app/Http/Requests/UserUpdateRequest.php
-
-
Jobs
Files in the example
-
app/Jobs/UpdateUserAvatar.php
-
app/Http/Controllers/UserAvatarController.php
-
-
Send email
Files in the example
-
app/Mail/PendingNotifications.php
-
resources/views/mail/pending-notifications.blade.php
-
app/Console/Commands/SendUnreadNotificationEmailsCommand.php
-
-
Observers
Files in the example
-
app/Observers/QuestionObserver.php
-
-
Notifications
Files in the example
-
app/Notifications/QuestionAnswered.php
-
app/Observers/QuestionObserver.php
-
-
Singleton
Files in the example
-
app/Providers/GitHubServiceProvider.php
-
-
WhereHas
Files in the example
-
app/Queries/Feeds/QuestionsForYouFeed.php
-
-
Captcha
Files in the example
-
app/Rules/Recaptcha.php
-
app/Http/Controllers/Auth/RegisteredUserController.php
-
-
Livewire
Files in the example
-
app/Livewire/Navigation/NotificationsCount/Show.php
-
app/Livewire/Questions/Create.php
-