‘Video Streaming with Laravel’ course details
Recently on Twitter, I announced that I’d be creating my first premium video course covering how to build a subscription-based video streaming website with Laravel, Mux, and Stripe:
Recently on Twitter, I announced that I’d be creating my first premium video course covering how to build a subscription-based video streaming website with Laravel, Mux, and Stripe:
Need multiple user types in your Laravel application? Use roles instead of multiple user tables.
How to create static model instances for the purpose of SwiftUI previews.
I’m pleased to announce an AMP server-side rendering build plugin I’ve created for Netlify is now available!
Using value objects to give meaning to primitives in your projects.
How to add a command bus to Laravel applications without installing any packages.
Patterns that I’ve personally found to lead to maintainable Laravel application, as well as patterns that don’t.
How to use private packages on Bitbucket as Composer dependencies for PHP projects on Heroku.
How to protect Eloquent models in your Laravel application from being updated or deleted.
Making use of one of Laravel’s most helpful features: the service container.