-
Service classes
Files in the example
-
app/Services/ProfileService.php
-
app/Http/Controllers/Api/ApiV1Controller.php
-
-
Observers
Files in the example
-
app/Observers/AvatarObserver.php
-
app/Providers/AppServiceProvider.php
-
-
Send email
Files in the example
-
app/Mail/ContactAdmin.php
-
resources/views/emails/contact/admin.blade.php
-
app/Jobs/ContactPipeline/ContactPipeline.php
-
-
Custom artisan commands
Files in the example
-
app/Console/Commands/UserAdmin.php
-
-
Queues
Files in the example
-
app/Jobs/ContactPipeline/ContactPipeline.php
-
app/Http/Controllers/ContactController.php
-
-
HasManyThrough
Files in the example
-
app/Status.php
-
-
Cache
Files in the example
-
app/Services/LikeService.php
-
-
Collection Methods: Chunk
Files in the example
-
app/Console/Commands/FixLikes.php
-
-
Captcha
Files in the example
-
composer.json
-
config/captcha.php
-
app/Http/Controllers/Auth/LoginController.php
-
resources/views/auth/login.blade.php
-
-
Database transactions
Files in the example
-
app/Jobs/DeletePipeline/DeleteRemoteProfilePipeline.php
-