Skip to content

Instantly share code, notes, and snippets.

@zhanang19
Created February 3, 2020 09:50
Show Gist options
  • Save zhanang19/4049a72fcea8521dae78c03458c1b3b5 to your computer and use it in GitHub Desktop.
Save zhanang19/4049a72fcea8521dae78c03458c1b3b5 to your computer and use it in GitHub Desktop.
    app/
        Console/
        Events/
        Exceptions/
            CustomException.php
        Gazeboin/
            src/
                Event/
                    Application/
                        Exceptions/
                            EventNotFoundException.php
                        Providers/
                            EventAttemptServiceProvider.php
                        Requests/
                            EventAttemptRequest.php
                        Resources/
                            EventSummaryResource.php
                    Domain/
                        Entities/
                            EventEntity.php
                            EventAttemptEntity.php
                        Services/
                            AttemptEventService.php
                        Validation/
                            EventCustomAttributeRule.php
                    Infrastructure/
                        Data/
                            Persistence/
                                EventRepository.php
        Http/
            Controllers/
                API/
                    V1/
                    V2/
                Auth/
                Backoffice/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment