Skip to main content

Code Examples of pinkary-project/pinkary.com

Discover how to use Laravel's pinkary-project/pinkary.com examples.

11 examples

Custom artisan commands

Files in this example

  • app/Console/Commands/DeleteNonEmailVerifiedUsersCommand.php
View all examples

Enum

Files in this example

  • app/Enums/UserMailPreference.php
    • app/Models/User.php
      • app/Http/Requests/UserUpdateRequest.php
        • app/Console/Commands/SendUnreadNotificationEmailsCommand.php
View all examples

Custom validation rules

Files in this example

  • app/Rules/NoBlankCharacters.php
    • app/Http/Requests/UserUpdateRequest.php
View all examples

Jobs

Files in this example

  • app/Jobs/UpdateUserAvatar.php
    • app/Http/Controllers/UserAvatarController.php
View all examples

Send email

Files in this example

  • app/Mail/PendingNotifications.php
    • resources/views/mail/pending-notifications.blade.php
      • app/Console/Commands/SendUnreadNotificationEmailsCommand.php
View all examples

Notifications

Files in this example

  • app/Notifications/QuestionAnswered.php
    • app/Observers/QuestionObserver.php
View all examples

Captcha

Files in this example

  • app/Rules/Recaptcha.php
    • app/Http/Controllers/Auth/RegisteredUserController.php
View all examples

Livewire

Files in this example

  • app/Livewire/Navigation/NotificationsCount/Show.php
    • app/Livewire/Questions/Create.php
View all examples