-
Notifications
Files in the example
-
app/Notifications/Item/ItemUpdatedNotification.php
-
app/Observers/ItemObserver.php
-
-
Observers
Files in the example
-
app/Observers/CommentObserver.php
-
app/Providers/EventServiceProvider.php
-
-
Service classes
Files in the example
-
app/Services/Tailwind.php
-
app/Http/Controllers/Auth/PasswordProtectionController.php
-
-
Traits
Files in the example
-
app/Traits/Sluggable.php
-
app/Models/Project.php
-
-
Local scopes
Files in the example
-
app/Models/Board.php
-
app/Http/Controllers/ProjectController.php
-
-
Casting
Files in the example
-
app/Models/Board.php
-
-
HasManyThrough
Files in the example
-
app/Models/Project.php
-
app/Http/Controllers/ItemController.php
-
-
Livewire
Files in the example
-
app/Http/Livewire/Item/VoteButton.php
-
resources/views/livewire/item/vote-button.blade.php
-
resources/views/item.blade.php
-