Skip to main content

Code Examples of HiEventsDev/Hi.Events

Discover how to use Laravel's HiEventsDev/Hi.Events examples.

7 examples

Enum

Files in this example

  • backend/app/DomainObjects/Enums/TicketType.php
    • backend/app/Services/Handlers/Ticket/CreateTicketHandler.php
View all examples

Events & listeners

Files in this example

  • backend/app/Events/OrderStatusChangedEvent.php
    • backend/app/Listeners/Order/SendOrderDetailsEmailListener.php
      • backend/app/Services/Handlers/Order/CompleteOrderHandler.php
View all examples

Maatwebsite/excel

Files in this example

  • backend/composer.json
    • backend/routes/api.php
      • backend/app/Exports/AttendeesExport.php
        • backend/app/Http/Actions/Attendees/ExportAttendeesAction.php
View all examples

Helpers

Files in this example

  • backend/app/Helper/DateHelper.php
    • backend/app/Services/Handlers/Event/UpdateEventHandler.php
View all examples

Jobs

Files in this example

  • backend/app/Jobs/Event/SendMessagesJob.php
    • backend/app/Http/Actions/Orders/MessageOrderAction.php
View all examples

Send email

Files in this example

  • backend/app/Mail/Organizer/OrderSummaryForOrganizer.php
    • backend/resources/views/emails/orders/organizer/summary-for-organizer.blade.php
      • backend/app/Services/Domain/Mail/SendOrderDetailsService.php
View all examples

Mock / mockery

Files in this example

  • backend/tests/Unit/Services/Domain/Event/CreateEventServiceTest.php
View all examples