
The Laravel Podcast
The Laravel Podcast brings you Laravel and PHP development news and discussion.
Latest episodes

Mar 30, 2021 • 45min
Upgrading, with Jason McCreary
As much as we all wish our apps would just run forever, in reality, they need some tender love and care in order to keep running smoothly and safely. That means we need to know how to upgrade them!Laravel upgrade master Jason McCreary joins us to talk about the upgrading process and his product, Laravel Shift, which automates away much of the cost of upgrading.Jason McCreary, Twitter - https://twitter.com/gonedarkJason McCreary, Website - https://jasonmccreary.me/Laravel Shift - https://laravelshift.com/Confident Laravel - https://confidentlaravel.com/Base Code Field Guide - https://basecodefieldguide.com/Base Laravel - https://baselaravel.com/Laravel Docs, Upgrade Guide - https://laravel.com/docs/8.x/upgradeLaravel Docs, Artisan Console - https://laravel.com/docs/8.x/artisanLaravel Scheduler - https://laravel.com/docs/8.x/schedulingTailwind - https://tailwindcss.com/Tailwind, Theme Configurations - https://tailwindcss.com/docs/themeLaravel Docs, LTS - https://laravel.com/docs/8.x/releases#support-policyJesse Schute - https://www.instagram.com/jesseschutt/Laravel Linter - https://github.com/tighten/tlint-----Editing sponsored by Tighten; transcript sponsored by Larajobs.

Mar 16, 2021 • 60min
Deploying & Servers, with Chris Fidao
One of the most common questions that the Laravel docs just can't answer for you is "How and where do I deploy my Laravel app?" There are a ton of options, but a few recommended options, and Chris Fidao, creator of Servers for Hackers, knows all of them and takes this episode to walk us through the most common setups and important tips to remember and gotchas to avoid.Chris Fidao, Twitter: https://twitter.com/fideloperServers For Hackers: https://serversforhackers.com/UserScape: https://userscape.com/HelpSpot Cloud: https://www.helpspot.com/cloud-infrastructureForge: https://forge.laravel.com/Laravel Docs, Deployment: https://laravel.com/docs/8.x/deploymentWebhook: https://en.wikipedia.org/wiki/WebhookUbuntu: https://ubuntu.com/Shared Hosting: https://en.wikipedia.org/wiki/Shared_web_hosting_serviceEnvoyer: https://envoyer.io/Composer InstallZero Downtime DeploymentBash: https://en.wikipedia.org/wiki/Bash_(Unix_shell)Laravel Docs, Envoy: https://laravel.com/docs/8.x/envoyFabric: https://www.fabfile.org/Laravel Docs, Blade: https://laravel.com/docs/8.x/bladeDocker: https://www.docker.com/AWS: https://aws.amazon.com/Serverless: https://www.serverless.com/Container: https://www.docker.com/resources/what-containerKubernetes: https://kubernetes.io/Amazon Elastic Kubernetes Services (EKS): https://aws.amazon.com/eksLambda: https://aws.amazon.com/lambda/Laravel Vapor: https://vapor.laravel.com/Laravel Docs, SSH: https://laravel.com/docs/4.2/sshUnderstanding Linux File Permissions: https://www.linux.com/training-tutorials/understanding-linux-file-permissions/Supervisor: http://supervisord.org/Cron: https://en.wikipedia.org/wiki/CronThermostat: https://thermostat.io/Laravel Discord: https://twitter.com/taylorotwell/status/1037140531313340416 -----Editing sponsored by Tighten; transcript sponsored by Larajobs.

Mar 2, 2021 • 57min
Queues, with Mohamed Said
Some times events, jobs, and queues can feel a bit overwhelming, and sometimes they can feel so simple it feels like you're doing it wrong.Mohamed Said is not just the expert on how queues work, he's the expert on thinking how best to use them and how best not to use them. In this episode we talk about how to use queues, and how to think in a way that makes sense for queues, and we also take a quick dive into Laravel's event system.Mohamed Said, Twitter - https://twitter.com/themsaidMohamed Said, YouTube - https://www.youtube.com/themsaidMohamed Said, Website - https://themsaid.com/Diving Laravel - https://divinglaravel.com/Learn Laravel Queues, book by Mohamed Said - https://learn-laravel-queues.com/Laravel Documents, Queues - https://laravel.com/docs/8.x/queuesDaemons - https://en.wikipedia.org/wiki/Daemon_(computing)Maxwell’s Demon Thought Experiment - https://en.wikipedia.org/wiki/Maxwell%27s_demonLaravel Documents, Broadcasted Events - https://laravel.com/docs/8.x/broadcastingSingleton - https://en.wikipedia.org/wiki/Singleton_patternLaravel Forge - https://forge.laravel.com/Laravel Documents, Workers - https://laravel.com/docs/8.x/queues#running-the-queue-workerLaravel Documents, Events - https://laravel.com/docs/8.x/eventsStripe Connect - https://stripe.com/connect -----Editing sponsored by Tighten; transcript sponsored by Larajobs.

Feb 16, 2021 • 1h 24min
Security, with Rizqi Djamaluddin
It's every application developer's nightmare: your app gets hacked and everyone's private data is out in the open, and it's your fault.Thankfully, Laravel and the tools it brings have the best security practices baked in. But a framework can only save us from so much.In this episode, security advocate and UX Designer (the UX part matters! Listen to find out why) talks about what Laravel gives us by default, how to write code that plays nicely with Laravel's built-in security tooling, and other helpful tools and practices that can keep you, your apps, and your clients secure.Rizqi Djamaluddin Twitter - https://twitter.com/rizqi_djmLaravel Documents: Eloquent - https://laravel.com/docs/8.x/eloquentSQL Injection - https://en.wikipedia.org/wiki/SQL_injectionCross Site Scripting (XSS) - https://en.wikipedia.org/wiki/Cross-site_scriptingAWSTakeout - https://github.com/tighten/takeoutMinio - https://min.io/S3 - https://s3.com/NGINX - https://www.nginx.com/resources/wiki/start/topics/examples/x-accel/HTML Purifier - http://htmlpurifier.org/Laravel Documents: CSRF Protection - https://laravel.com/docs/8.x/csrfCORS - https://en.wikipedia.org/wiki/Cross-origin_resource_sharingRate Limiting - https://en.wikipedia.org/wiki/Rate_limiting2 Factor Authentication - https://authy.com/what-is-2fa/OWASP - https://owasp.org/Laravel Slack - https://larachat.co/ -----Editing sponsored by Tighten; transcript sponsored by Larajobs.

Feb 2, 2021 • 1h 23min
Helpers & Collections, with Jacob Baker-Kretzmar
Laravel's Collections were popularized by Adam Wathan's book "Refactoring to Collections", but if you haven't read the book you may be left wondering exactly what they are and how we work with them. And you've likely seem some of the common global helpers—app(), auth()—but there are dozens that even the most experienced Laravel programmers don't always know about! In this episode helper & collection afficionado Jacob Baker-Kretzmar walks us through both sets of tools and some of his favorite ways to work with them.Jacob Baker-Kretzmar Twitter - https://twitter.com/bakerkretzmarJacob’s GitHub Account - https://github.com/bakerkretzmarJacob’s Website - https://bakerkretzmar.ca/Laravel Documentation: Helpers - https://laravel.com/docs/8.x/helpersLaravel Documentation: Collections - https://laravel.com/docs/8.x/collectionsRasmus Lerdorf Twitter - https://twitter.com/rasmusLaravel Documentation: Dataget - https://laravel.com/docs/8.x/helpers#method-data-getLaravel News: Laravel Collection “Tap” Method - https://laravel-news.com/collection-tapLaracasts: Fluent Strings Manipulations - https://laracasts.com/series/whats-new-in-laravel-7/episodes/2Laravel News: Using the Laravel Optional Helper and the New Optional Closure - https://laravel-news.com/laravel-optional-helperLazy Collections in Laravel - https://josephsilber.com/posts/2020/07/29/lazy-collections-in-laravelRefactoring to Collections, by Adam Wathan - https://adamwathan.me/refactoring-to-collections/Laravel: Up & Running, by Matt Stauffer - https://laravelupandrunning.com/ -----Editing sponsored by Tighten; transcript sponsored by Larajobs.

Jan 5, 2021 • 1h 1min
Mail and Notifications, with Wilbur Powery
Laravel has two primary notification systems: Mail and Notifications. What do each do? How do you use them? When should you use one or the other? Active community member and Wilbur group programmer WIlbur Powery joins us to talk about these two key systemsWilbur Powery’s Twitter - https://twitter.com/wilburpoweryWilbur’s Blog - https://wilburpowery.dev/Wilbur’s GitHub - https://github.com/wilburpoweryLaravel Documents: Notifications - https://laravel.com/docs/8.x/notificationsWilbur Group - https://wilbergroup.com/Jake Bennett - https://twitter.com/JacobBennettLaravel Documents: Mail - https://laravel.com/docs/8.x/mailMailGun - https://www.mailgun.com/MailTrap - https://mailtrap.io/Hello Cloud - http://hellocloud.io/MailHog - https://github.com/mailhogTakeout - https://github.com/tighten/takeoutHelo Professional - https://usehelo.com/Marcel Pocoit Twitter - https://twitter.com/marcelpociotNexmo - https://developer.nexmo.com/Next - https://nextjs.org/Twilio - https://www.twilio.com/Laravel Documents: Queues - https://laravel.com/docs/8.x/queuesLaravel Echo - https://github.com/laravel/echoPusher - https://pusher.com/tutorials/web-notifications-laravel-pusher-channelsLaravel Documents: Broadcast - https://laravel.com/docs/8.x/broadcastingLaravel: Up & Running - https://laravelupandrunning.com/Laracasts - https://laracasts.com/ -----Editing sponsored by Tighten; transcript sponsored by Larajobs.

Dec 22, 2020 • 1h 35min
APIs, with Jess Archer
We all interact with APIs, even if we don't write them, right? The APIs that power our mobile apps, the APIs we use in our code. But Jess Archer wants you to know there's a whole wide world of what API even means, broader than we usually use it... but then we'll also get down to the real details about the best practices for writing web-based RESTish APIs in Laravel.Jess Archer Twitter - https://twitter.com/jessarchercodesJess Archer Website - https://jessarcher.com/Jess Archer Blog - https://jessarcher.com/blog/Jess Archer GitHub - https://github.com/jessarcherLaravel Shift - https://laravelshift.com/GiftyDuck - https://giftyduck.com/BaseCode Podcast - https://basecodefieldguide.com/podcast/Laravel Documents: API - https://laravel.com/docs/5.8/api-authenticationLaravel Documents: Laravel Passport - https://laravel.com/docs/8.x/passportLaravel Documents: Laravel Sanctum - https://laravel.com/docs/8.x/sanctumRestful APINested ResourcesTransforming APIAPI ResourcesJSON API - https://jsonapi.org/Wikipedia Status Codes - https://en.wikipedia.org/wiki/List_of_HTTP_status_codesLaracon: “How to JSON: API Quickly and Easily in Laravel,” Matt Stauffer, video - https://vimeo.com/showcase/7060635/video/394206991Laracon: “Cruddy by Design” Adam Wathan, video - https://www.youtube.com/watch?v=MF0jFKvS4SILaracon: “The Laravel Developer’s Guide to VUE SPAs,” Jess Archer, video - https://www.youtube.com/watch?v=Zv4bUXEwl20 -----Editing sponsored by Tighten; transcript sponsored by Larajobs.

Dec 8, 2020 • 1h
Storage, with Frank de Jonge
Laravel offers two systems for accessing the filesystem: the File facade and the Storage facade. The Storage facade wraps a package called "Flysystem", and in this episode Flysystem creator Frank de Jonge talks about how Laravel's storage and file systems work and talks about some best practices for working with them.Frank de Jonge Twitter - https://twitter.com/frankdejongeFrank on GitHub - https://github.com/frankdejongeFrank’s Blog - https://blog.frankdejonge.nl/Flysystem - https://flysystem.thephpleague.com/v2/docs/Mollie Payments - https://www.mollie.com/enThe PHP League of Extraordinary Packages - https://thephpleague.com/#packagesLaravel Documents: File Storage - https://laravel.com/docs/8.x/filesystemChristoph Rumpel Episode - https://laravelpodcast.simplecast.com/episodes/the-service-container-with-christoph-rumpelStreamed Download - https://laravel.com/docs/8.x/responses#streamed-downloadsReplicate Adapter - https://flysystem.thephpleague.com/v1/docs/adapter/replicate/Flysystem V2 - https://flysystem.thephpleague.com/v2/docs/what-is-new/Schiphol Airport - https://www.schiphol.nl/nl/Ecologi, Tree Sponsorship - https://ecologi.com/frankdejonge -----Editing sponsored by Tighten; transcript sponsored by Larajobs.

Nov 24, 2020 • 1h 2min
Cache, Session, Middleware, & Request, with Samantha Geitz
Some of the most important pieces of Laravel are still those which don't fit neatly into broader categories. In this episode we cover those and somehow even manage to tie them together in a mega episode with four neat and clean introductions.Samantha Geitz Twitter Account - https://twitter.com/SamanthaGeitzSamantha Geitz website - https://samanthageitz.com/ The Laravel Podcast, Season 3: Interview with Samantha Geitz - https://laravelpodcast.com/episodes/7fbc2741Laravel Docs Cache - https://laravel.com/docs/8.x/cacheLaravel Docs Session - https://laravel.com/docs/8.x/session#introductionLaravel Docs Middleware - https://laravel.com/docs/8.x/middleware#introductionLaravel Docs Requests - https://laravel.com/docs/8.x/requests#accessing-the-requestTelescope - https://laravel.com/docs/8.x/telescopeCloudFront - https://aws.amazon.com/cloudfront/Trusted Proxy - https://github.com/fideloper/TrustedProxyPatrick Rothfuss - https://www.patrickrothfuss.com/content/index.aspPatrick Rothfuss, Name in the Wind - https://www.powells.com/book/the-name-of-the-wind-9780756404741Patrick Rothfuss, Wise Man Fears - https://www.powells.com/book/the-wise-mans-fear-9780756407919Brandon Sanderson - https://www.brandonsanderson.com/Joe Abercrombie - https://joeabercrombie.com/Joe Abercrombie, A Blade Itself - https://joeabercrombie.com/books/the-blade-itself/Kindle Paperwhite - https://www.amazon.com/dp/B07CXG6C9W/Lev Grossman, The Magicians - http://levgrossman.com/books/the-magicians-a-novel/Lin Manuel Miranda Producing The Kingkiller Chronicles- https://www.tor.com/2016/11/29/lin-manuel-miranda-the-kingkiller-chronicle-adaptation-patrick-rothfuss/ -----Editing sponsored by Tighten; transcript sponsored by Larajobs.

Nov 10, 2020 • 1h 12min
The Service Container, with Christoph Rumpel
You may not know it, but the service container — also known as the container, the IOC container, the DI container, or just "the application" — is that the core of every Laravel application. It's the glue that holds it all together! In this episode, author of Laravel Core Adventures Christoph Rumpel helps us dig deeply into what the container is and why it's good for you to know about it.Christoph’s Twitter Account - https://twitter.com/christophrumpelChristoph’s Blog - https://christoph-rumpel.com/Christoph’s YouTube Channel - https://www.youtube.com/user/christophrumpelHow I Built Laravel Core Adventures (Blog) - https://christoph-rumpel.com/2019/2/how-i-built-laravel-core-adventuresLaravel Core Adventures Video Course - https://laravelcoreadventures.com/Service Container - https://laravel.com/docs/8.x/containerService Provider - https://laravel.com/docs/8.x/providersFacade - https://laravel.com/docs/8.x/facadesEmpathy Gives You Superpowers (Video by Matt Stauffer) - https://www.youtube.com/watch?v=fMFjO2szDnk&ab_channel=LaraconEUIOC Container Beyond Constructor Injection (Video by Hannes Van De Vreken) - https://www.youtube.com/watch?v=WMT8txJHdKI&ab_channel=LaraconEUMastering the Illuminate Container (Video by Matt Stauffer) - https://speakerdeck.com/mattstauffer/mastering-the-illuminate-containerLaraCasts Service Container Fundamentals - https://laracasts.com/series/laravel-6-from-scratch/episodes/38LaraCasts Service Providers Are The Missing Piece - https://laracasts.com/series/laravel-6-from-scratch/episodes/41Demystifying Dependency Injection Containers (Video by Kai Sassnowski) - https://www.youtube.com/watch?v=y7EbrV4ChJs&ab_channel=LaraconEUThe Best Introduction to Laravel’s Service Containers (Video by Christoph Rumpel) - https://www.youtube.com/watch?v=sETbdiWhVpM&ab_channel=ChristophRumpel 4 Ways the Laravel Service Container Helps Us Managing Our Dependencies (Blog) - https://christoph-rumpel.com/2019/8/4-ways-the-laravel-service-container-helps-us-managing-our-dependenciesNo More Encore (Band): The Let Down (Last Single Video) - https://www.youtube.com/watch?v=ITY3USF1hVINo More Encore (Band): We Are The Warriors (Last Album on iTunes) - https://music.apple.com/at/artist/no-more-encore/146681748No More Encore (Band): Live Video - https://www.youtube.com/watch?v=fugQNUY90iYNo More Encore (Band): Live Video - https://www.youtube.com/watch?v=A0Ayf2H8Iio -----Editing sponsored by Tighten; transcript sponsored by Larajobs.