# laravel

Guides tagged with "laravel".

- [Adaptive streaming in Laravel with Ittybit](/guides/adaptive-streaming-in-laravel.md) -- Convert uploaded videos to HLS adaptive streams and serve them in Blade views
- [Batch processing with Laravel Artisan and Ittybit](/guides/batch-processing-with-laravel-artisan.md) -- Build an Artisan command to batch-process media files via Ittybit with rate limiting
- [Upload progress with Livewire and Ittybit](/guides/upload-progress-with-livewire.md) -- Build a real-time upload and processing UI with Laravel Livewire and Ittybit task polling
- [Ittybit webhooks with Laravel queues and events](/guides/webhooks-with-laravel-queues-and-events.md) -- Handle Ittybit webhook callbacks using Laravel's event system and queued listeners
- [Video upload pipeline with Laravel and Ittybit](/guides/video-upload-pipeline-with-laravel.md) -- Process user video uploads with Laravel Storage, S3, and Ittybit webhooks
