-
Livewire
Files in the example
-
app/Http/Livewire/LikeButton.php
-
resources/views/livewire/like-button.blade.php
-
resources/views/forum/topic.blade.php
-
-
Collection Methods: Reject
Files in the example
-
app/Http/Livewire/BackupPanel.php
-
-
Collection Methods: Unique
Files in the example
-
app/Repositories/TaggedUserRepository.php
-
-
Custom exceptions
Files in the example
-
app/Exceptions/TrackerException.php
-
app/Http/Controllers/AnnounceController.php
-
-
Custom artisan commands
Files in the example
-
app/Console/Commands/AutoBan.php
-
-
Send email
Files in the example
-
app/Http/Controllers/Staff/BanController.php
-
app/Mail/BanUser.php
-
resources/views/emails/ban.blade.php
-
-
Custom validation rules
Files in the example
-
app/Validators/EmailBlacklistValidator.php
-
app/Providers/EmailBlacklistServiceProvider.php
-
config/email-blacklist.php
-
app/Http/Controllers/Auth/ApplicationController.php
-
app/Helpers/EmailBlacklistUpdater.php
-
config/app.php
-
-
Interfaces
Files in the example
-
app/Interfaces/ByteUnitsInterface.php
-
app/Helpers/ByteUnits.php
-
-
Notifications
Files in the example
-
app/Listeners/FailedLoginListener.php
-
app/Notifications/FailedLogin.php
-
-
Events & listeners
Files in the example
-
app/Providers/EventServiceProvider.php
-
app/Listeners/FailedLoginListener.php
-
-
Helpers
Files in the example
-
app/Helpers/Helpers.php
-
app/Http/Controllers/CommentController.php
-
-
Traits
Files in the example
-
app/Traits/Encryptable.php
-
app/Models/Seedbox.php
-
-
GroupBy
Files in the example
-
app/Http/Controllers/HomeController.php
-
resources/views/blocks/top_uploaders.blade.php
-
-
Captcha
Files in the example
-
app/Helpers/HiddenCaptcha.php
-
app/Providers/AppServiceProvider.php
-
app/Http/Controllers/Auth/ApplicationController.php
-