Skip to main content

Code Examples of christophrumpel/larastreamers

Discover how to use Laravel's christophrumpel/larastreamers examples.

17 examples

Invokable controllers

Files in this example

  • app/Http/Controllers/PageHomeController.php
    • routes/web.php
View all examples

Actions

Files in this example

  • app/Http/Controllers/Submission/ApproveStreamController.php
    • app/Actions/Submission/ApproveStreamAction.php
      • app/Actions/UpdateStreamAction.php
View all examples

Twitter

Files in this example

  • app/Jobs/TweetStreamIsLiveJob.php
    • app/Services/Twitter.php
      • composer.json
View all examples

Youtube

Files in this example

  • app/Services/YoutubeClient.php
    • app/Http/Livewire/ImportYoutubeChannel.php
      • app/Jobs/ImportYoutubeChannelStreamsJob.php
View all examples

Queues

Files in this example

  • app/Jobs/ImportYoutubeChannelStreamsJob.php
    • app/Console/Commands/ImportChannelStreamsCommand.php
View all examples

Custom validation rules

Files in this example

  • app/Rules/YouTubeRule.php
    • app/Http/Livewire/SubmitYouTubeLiveStream.php
View all examples

Blade components

Files in this example

  • app/View/Components/AddStreamsToCalendar.php
    • resources/views/components/add-streams-to-calendar.blade.php
View all examples

Send email

Files in this example

  • app/Actions/Submission/ApproveStreamAction.php
    • app/Mail/StreamApprovedMail.php
View all examples

Collection Methods: MapWithKeys

Files in this example

  • app/Actions/PrepareStreams.php
View all examples

Collection Methods: Each

Files in this example

  • app/Http/Controllers/CalendarController.php
View all examples

Livewire

Files in this example

  • app/Http/Livewire/StreamList.php
    • resources/views/livewire/stream-list.blade.php
      • resources/views/pages/archive.blade.php
View all examples

Laravel Jetstream

Files in this example

  • composer.json
    • resources/views/profile/show.blade.php
View all examples

GroupBy

Files in this example

  • app/Actions/SortStreamsByDateAction.php
    • app/Http/Livewire/StreamList.php
      • resources/views/livewire/stream-list.blade.php
View all examples

Signed url

Files in this example

  • routes/web.php
    • app/Models/Stream.php
      • resources/views/mail/submitted.blade.php
View all examples

Alpine.js

Files in this example

  • package.json
    • resources/views/layouts/app.blade.php
      • resources/views/pages/partials/nav.blade.php
View all examples

Local scopes

Files in this example

  • app/Models/Stream.php
    • app/Http/Controllers/PageHomeController.php
View all examples