-
Blade components
Files in the example
-
resources/views/components/label.blade.php
-
resources/views/front/profile/profile.blade.php
-
-
Custom validation rules
Files in the example
-
app/Rules/MatchingLicense.php
-
app/Http/Api/Requests/Activations/ShowActivationRequest.php
-
resources/views/components/field.blade.php
-
-
Local scopes
Files in the example
-
app/Models/Ad.php
-
app/Jobs/RandomizeAdsOnGitHubRepositoriesJob.php
-
-
Send email
Files in the example
-
app/Actions/HandlePurchaseAction.php
-
app/Mail/PurchaseConfirmationMail.php
-
-
Collection Methods: Filter
Files in the example
-
app/Services/GitHub/GitHubApi.php
-
-
Collection Methods: Push
Files in the example
-
app/Support/MediaLibrary/FileSizeOptimizedWidthCalculator.php
-
-
HTTP client
Files in the example
-
app/Support/FreeGeoIp/FreeGeoIp.php
-
app/Models/Purchasable.php
-
app/Support/PPPApi/PPPApi.php
-
app/Console/Commands/UpdateConversionRatesCommand.php
-
-
Enum
Files in the example
-
composer.json
-
app/Models/Enums/TechnologyType.php
-
app/Models/Technology.php
-
app/Nova/Technology.php
-
-
Laravel/socialite
Files in the example
-
composer.json
-
routes/web.php
-
app/Http/Controllers/AppleSocialiteController.php
-
app/Providers/AuthServiceProvider.php
-
resources/views/auth/login.blade.php
-
-
Blade directive
Files in the example
-
app/Providers/ViewServiceProvider.php
-
resources/views/front/pages/vacancies/partials/offer.blade.php
-
config/app.php
-
-
Testing
Files in the example
-
tests/Feature/GitHubAds/RandomizeAdOnGitHubRepositoriesJobTest.php
-
-
Livewire
Files in the example
-
app/Http/Livewire/ActivationsComponent.php
-
resources/views/front/pages/products/livewire/activations.blade.php
-
resources/views/front/pages/products/partials/purchasedLicense.blade.php
-
-
Lazy collection
Files in the example
-
app/Console/Commands/GiftRayToSponsorsCommand.php
-
-
Cache
Files in the example
-
app/Support/FreeGeoIp/FreeGeoIp.php
-
-
Singleton
Files in the example
-
app/Services/Vimeo/VimeoServiceProvider.php
-
app/Services/GitHub/GitHubServiceProvider.php
-
-
WhereHas
Files in the example
-
app/Models/License.php
-
-
Subdomain routing
Files in the example
-
routes/web.php
-
-
Mock / mockery
Files in the example
-
tests/Actions/UpdateVideoDetailsActionTest.php
-
-
Signed url
Files in the example
-
routes/web.php
-
resources/views/front/pages/products/partials/purchasedProduct.blade.php
-