-
Casting
Files in the example
-
app/Casts/Color.php
-
app/Models/Role.php
-
-
Custom artisan commands
Files in the example
-
app/Console/Commands/GamePingCommand.php
-
app/Console/Kernel.php
-
-
Traits
Files in the example
-
app/Models/Traits/Loggable.php
-
app/Models/Server.php
-
app/Models/Page.php
-
-
Polymorphic relationships
Files in the 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
-
-
Notifications
Files in the example
-
app/Notifications/VerifyEmail.php
-
app/Models/User.php
-
-
Policies
Files in the example
-
app/Policies/CommentPolicy.php
-
app/Providers/AppServiceProvider.php
-
app/Http/Controllers/PostCommentController.php
-
app/Http/Controllers/Controller.php
-