-
Queues
Files in the example
-
app/Jobs/TweetPostJob.php
-
app/Actions/PublishPostAction.php
-
-
Service classes
Files in the example
-
app/Services/Twitter/TwitterServiceProvider.php
-
app/Services/Twitter/Twitter.php
-
-
Blade components
Files in the example
-
app/View/Components/SeriesNextPostComponent.php
-
resources/views/components/series-next-post-component.blade.php
-
-
Traits
Files in the example
-
app/Models/Concerns/HasSlug.php
-
app/Models/Link.php
-
app/Models/Post.php
-
-
View composers
Files in the example
-
app/Http/ViewComposers/LazyViewComposer.php
-
app/Providers/ViewServiceProvider.php
-
resources/views/front/components/lazy.blade.php
-
-
Factories
Files in the example
-
database/factories/LinkFactory.php
-
database/seeders/LinkSeeder.php
-
-
Stripe payments
Files in the example
-
composer.json
-
resources/views/front/payments/partials/stripePayment.blade.php
-
app/Http/Controllers/PaymentsController.php
-
config/services.php
-
-
Service providers
Files in the example
-
app/Providers/BladeComponentServiceProvider.php
-
config/app.php
-
-
Testing
Files in the example
-
tests/Feature/Controllers/CreateLinkControllerTest.php
-
-
Algolia
Files in the example
-
composer.json
-
app/Models/Post.php
-
app/Http/Livewire/SearchComponent.php
-
-
Pagination
Files in the example
-
app/Http/Controllers/HomeController.php
-
resources/views/front/home/index.blade.php
-
-
GroupBy
Files in the example
-
app/Http/Controllers/SpeakingController.php
-
resources/views/front/speaking/index.blade.php
-
resources/views/front/speaking/partials/talk.blade.php
-
-
Signed url
Files in the example
-
routes/web.php
-
app/Models/Link.php
-
resources/views/mails/links/submitted.blade.php
-
-
Actions
Files in the example
-
app/Http/Controllers/Discovery/Community/LinkApproval.php
-
app/Actions/ApproveLinkAction.php
-