Skip to main content

Code Examples of Azuriom/Azuriom

Discover how to use Laravel's Azuriom/Azuriom examples.

6 examples

Custom artisan commands

Files in this example

  • app/Console/Commands/GamePingCommand.php
    • app/Console/Kernel.php
View all examples

Traits

Files in this example

  • app/Models/Traits/Loggable.php
    • app/Models/Server.php
      • app/Models/Page.php
View all examples

Polymorphic relationships

Files in this example

  • database/migrations/2020_06_30_000000_create_attachments_table.php
    • app/Models/Attachment.php
      • app/Models/Traits/Attachable.php
        • app/Http/Controllers/Admin/PageAttachmentController.php
          • app/Models/Page.php
            • app/Models/Post.php
View all examples

Notifications

Files in this example

  • app/Notifications/VerifyEmail.php
    • app/Models/User.php
View all examples

Policies

Files in this example

  • app/Policies/CommentPolicy.php
    • app/Providers/AppServiceProvider.php
      • app/Http/Controllers/PostCommentController.php
        • app/Http/Controllers/Controller.php
View all examples