-
Collection Methods: Pluck
Files in the example
-
app/Jobs/UpdateUserDetails.php
-
-
Blade components
Files in the example
-
routes/web.php
-
resources/views/web/sponsors.blade.php
-
app/View/Components/Web/Sponsors.php
-
resources/views/components/web/sponsors.blade.php
-
app/View/Components/Web/GithubSponsors.php
-
resources/views/components/web/github-sponsors.blade.php
-
-
Collection Methods: Map
Files in the example
-
app/Console/Commands/GithubLanguages.php
-
-
Collection Methods: Filter
Files in the example
-
app/Http/Controllers/Web/ProfileController.php
-
-
HTTP client
Files in the example
-
app/Console/Commands/GithubLanguages.php
-
-
Observers
Files in the example
-
app/Observers/OrganizationObserver.php
-
app/Providers/EventServiceProvider.php
-
-
Enum
Files in the example
-
composer.json
-
app/Enums/BlockReason.php
-
app/Filament/Resources/OrganizationResource.php
-
-
Lazy collection
Files in the example
-
routes/app.php
-
-
Gates
Files in the example
-
app/Providers/AuthServiceProvider.php
-
resources/views/components/user-dropdown.blade.php
-
-
Collection Methods: Chunk
Files in the example
-
app/Console/Commands/GithubRepositoryContributors.php
-
-
Singleton
Files in the example
-
app/Providers/AppServiceProvider.php
-
-
WhereHas
Files in the example
-
routes/api.php
-
-
Task scheduling
Files in the example
-
app/Console/Kernel.php
-
-
Pagination
Files in the example
-
app/Providers/AppServiceProvider.php
-
-
GroupBy
Files in the example
-
app/Console/Commands/GithubRepositoryContributors.php
-
-
Collection Methods: Tap
Files in the example
-
app/Providers/AppServiceProvider.php
-