-
Invokable controllers
Files in the example
-
app/Http/Controllers/PageHomeController.php
-
routes/web.php
-
-
Actions
Files in the example
-
app/Http/Controllers/Submission/ApproveStreamController.php
-
app/Actions/Submission/ApproveStreamAction.php
-
app/Actions/UpdateStreamAction.php
-
-
Twitter
Files in the example
-
app/Jobs/TweetStreamIsLiveJob.php
-
app/Services/Twitter.php
-
composer.json
-
-
Youtube
Files in the example
-
app/Services/YoutubeClient.php
-
app/Http/Livewire/ImportYoutubeChannel.php
-
app/Jobs/ImportYoutubeChannelStreamsJob.php
-
-
Queues
Files in the example
-
app/Jobs/ImportYoutubeChannelStreamsJob.php
-
app/Console/Commands/ImportChannelStreamsCommand.php
-
-
Custom validation rules
Files in the example
-
app/Rules/YouTubeRule.php
-
app/Http/Livewire/SubmitYouTubeLiveStream.php
-
-
Blade components
Files in the example
-
app/View/Components/AddStreamsToCalendar.php
-
resources/views/components/add-streams-to-calendar.blade.php
-
-
Send email
Files in the example
-
app/Actions/Submission/ApproveStreamAction.php
-
app/Mail/StreamApprovedMail.php
-
-
Collection Methods: MapWithKeys
Files in the example
-
app/Actions/PrepareStreams.php
-
-
Collection Methods: Each
Files in the example
-
app/Http/Controllers/CalendarController.php
-
-
Testing
Files in the example
-
tests/Feature/PrepareStreamsTest.php
-
-
Livewire
Files in the example
-
app/Http/Livewire/StreamList.php
-
resources/views/livewire/stream-list.blade.php
-
resources/views/pages/archive.blade.php
-
-
Laravel Jetstream
Files in the example
-
composer.json
-
resources/views/profile/show.blade.php
-
-
GroupBy
Files in the example
-
app/Actions/SortStreamsByDateAction.php
-
app/Http/Livewire/StreamList.php
-
resources/views/livewire/stream-list.blade.php
-
-
Signed url
Files in the example
-
routes/web.php
-
app/Models/Stream.php
-
resources/views/mail/submitted.blade.php
-
-
Alpine.js
Files in the example
-
package.json
-
resources/views/layouts/app.blade.php
-
resources/views/pages/partials/nav.blade.php
-
-
Local scopes
Files in the example
-
app/Models/Stream.php
-
app/Http/Controllers/PageHomeController.php
-