Skip to main content

Code Examples of caneara/tipsea

Discover how to use Laravel's caneara/tipsea examples.

12 examples

Jobs

Files in this example

  • app/Jobs/ProcessTipsJob.php
    • app/Commands/ProcessTipsCommand.php
View all examples

Traits

Files in this example

  • app/Models/Tip.php
    • app/Concerns/Tip/Relationships.php
View all examples

Enum

Files in this example

  • app/Enums/NotificationType.php
    • app/Models/Notification.php
      • app/Actions/Like/StoreAction.php
View all examples

Custom exceptions

Files in this example

  • app/Exceptions/TooManyRequestsException.php
    • app/Kernels/Exception.php
View all examples

Notifications

Files in this example

  • app/Notifications/CommentReceivedNotification.php
    • app/Actions/Comment/NotifyAction.php
View all examples

Custom validation rules

Files in this example

  • app/Rules/ForbiddenContentRule.php
    • app/Requests/Account/UpdateRequest.php
View all examples

Inertia.js

Files in this example

  • app/Controllers/Site/TipController.php
    • app/Responses/Page.php
      • resources/vue/pages/tips/view/index.vue
View all examples