The Laravel Podcast
Taylor Otwell, Matt Stauffer
1 Listener
All episodes
Best episodes
Seasons
Top 10 The Laravel Podcast Episodes
Goodpods has curated a list of the 10 best The Laravel Podcast episodes, ranked by the number of listens and likes each episode have garnered from our listeners. If you are listening to The Laravel Podcast for the first time, there's no better place to start than with one of these standout episodes. If you are a fan of the show, vote for your favorite The Laravel Podcast episode by adding your comments to the episode page.
Object Oriented Programming, with Alena Holligan
The Laravel Podcast
06/09/20 • 60 min
Most modern web applications and frameworks are built on the principles of Object-Oriented Programming (OOP),. Laravel itself is object-oriented.
But many of us learn about OOP bit by bit as we're coding, not in any formal way.
In this episode we talk to Alena Holligan, veteran PHP programmer, OOP implementer, and educator about what exactly OOP is and how a deeper knowledge of OOP can help us.
- Lorna Jane Mitchell: https://lornajane.net/
- Craig Dennis - Java: https://teamtreehouse.com/craigsdennis
- Lumen Learning: https://lumenlearning.com/
- Some treehouse courses from Alena: https://teamtreehouse.com/alenaholligan
- Late static bindings, w/r/t self and static: https://www.php.net/manual/en/language.oop5.late-static-bindings.php
- Headcanon: https://www.urbandictionary.com/define.php?term=headcanon
- Sketchings on GitHub: https://github.com/sketchings
- Alena Holligan on Twitter: https://twitter.com/alenaholligan
-----
Editing sponsored by Tighten; transcript sponsored by Larajobs.
1 Listener
Learning & Keeping Up To Date, with Eric Barnes
The Laravel Podcast
04/28/20 • 45 min
If you're going to work with Laravel -- or any tech stack -- you need to find the best way to learn it, and then you need to find the best way to stay up to date over time.
Eric Barnes has been a member of the Laravel community since the earliest days; he worked at UserScape with Taylor when Taylor was building out Laravel 2, 3, and 4; and he runs Laravel-News.com, the largest and most comprehensive aggregator (and one of the larger creators) of Laravel-related content.
- Laravel News: https://laravel-news.com/
- Laracasts: https://laracasts.com/
- Laravel News Newsletter: https://laravel-news.com/newsletter
- Eric Barnes' web site: https://ericlbarnes.com/
- Eric Barnes on Twitter: https://twitter.com/ericlbarnes
- UserScape: https://userscape.com
- Larajobs: https://larajobs.com/
- Laracon Online: https://laracon.net/
- Tumblr: https://tumblr.com/
- Popular YouTube Laravel teachers
- Matt's streams: https://youtube.com/mattstauffer
- Coder's Tape: https://www.youtube.com/channel/UCQI-Ym2rLZx52vEoqlPQMdg
- Traversy: https://www.youtube.com/channel/UC29ju8bIPH5as8OGnQzwJyA
- Popular Laravel blogs
- Matt Stauffer: https://mattstauffer.com/
- Tighten: https://tighten.co/blog
- Laravel Daily: https://laraveldaily.com/
- Freek: https://freek.dev/
- Adam Wathan's video courses
- Refactoring to Collections: https://adamwathan.me/refactoring-to-collections/
- Test-Driven Laravel: https://course.testdrivenlaravel.com/
- News podcasts
- Laravel News Podcast: https://laravel-news.com/category/podcast
- Laravel Snippet: https://podcasts.apple.com/us/podcast/the-laravel-snippet/id1451072164
- Todo app tutorials in the Laravel docs
- Lists of open source Laravel apps:
- https://github.com/chiraggudeawesome-laravel#codebases-for-reference
- Tighten open source SaaSes
- NovaPackages: https://github.com/tightenco/novapackages
- Onramp: https://github.com/tightenco/onramp
- Symposium: https://github.com/tightenco/symposium
- Ozzie: https://github.com/tightenco/ozzie
- Gistlog: https://github.com/tightenco/gistlog
- Giscus: https://github.com/tightenco/giscus
- Laravel: Up and Running: https://laravelupandrunning.com/
- Onramp: https://onramp.dev/
-----
Editing sponsored by Tighten; transcript sponsored by Larajobs.
1 Listener
Storage, with Frank de Jonge
The Laravel Podcast
12/08/20 • 60 min
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/frankdejonge
- Frank on GitHub - https://github.com/frankdejonge
- Frank’s Blog - https://blog.frankdejonge.nl/
- Flysystem - https://flysystem.thephpleague.com/v2/docs/
- Mollie Payments - https://www.mollie.com/en
- The PHP League of Extraordinary Packages - https://thephpleague.com/#packages
- Laravel Documents: File Storage - https://laravel.com/docs/8.x/filesystem
- Christoph Rumpel Episode - https://laravelpodcast.simplecast.com/episodes/the-service-container-with-christoph-rumpel
- Streamed Download - https://laravel.com/docs/8.x/responses#streamed-downloads
- Replicate 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.
1 Listener
Eloquent and the Query Builder, with Jonathan Reinink
The Laravel Podcast
08/04/20 • 97 min
Very few Laravel applications don’t have a data store backing them, and the vast majority are backed by a relational database like MySQL. Laravel’s built-in tooling for interacting with databases, Eloquent and the Query Builder, are powerful, flexible, easy-to-use tools that will get you moving quickly but stay flexible as your app grows.
Jonathan Reinink is the author of Eloquent Performance Patterns (https://eloquent-course.reinink.ca/) and a prolific teacher about Laravel and databases.
- Jonathan Reinink (https://reinink.ca/)
- Inertia JS (https://inertiajs.com/)
- What is an ORM? (https://en.wikipedia.org/wiki/Object-relational_mapping)
- Active record pattern (https://en.wikipedia.org/wiki/Active_record_pattern)
- Eloquent (https://laravel.com/docs/eloquent)
- Query Builder (https://laravel.com/docs/queries)
- Query Scopes (https://laravel.com/docs/eloquent#query-scopes)
- Jonathan’s blog (https://reinink.ca/articles)
- Jonathan’s talk at Laracon US in NY: “Eloquent Performance Patterns” (https://www.youtube.com/watch?v=IBUXXErAtuk)
-----
Editing sponsored by Tighten; transcript sponsored by Larajobs.
1 Listener
The Service Container, with Christoph Rumpel
The Laravel Podcast
11/10/20 • 71 min
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/christophrumpel
- Christoph’s Blog - https://christoph-rumpel.com/
- Christoph’s YouTube Channel - https://www.youtube.com/user/christophrumpel
- How I Built Laravel Core Adventures (Blog) - https://christoph-rumpel.com/2019/2/how-i-built-laravel-core-adventures
- Laravel Core Adventures Video Course - https://laravelcoreadventures.com/
- Service Container - https://laravel.com/docs/8.x/container
- Service Provider - https://laravel.com/docs/8.x/providers
- Facade - https://laravel.com/docs/8.x/facades
- Empathy Gives You Superpowers (Video by Matt Stauffer) - https://www.youtube.com/watch?v=fMFjO2szDnk&ab_channel=LaraconEU
- IOC Container Beyond Constructor Injection (Video by Hannes Van De Vreken) - https://www.youtube.com/watch?v=WMT8txJHdKI&ab_channel=LaraconEU
- Mastering the Illuminate Container (Video by Matt Stauffer) - https://speakerdeck.com/mattstauffer/mastering-the-illuminate-container
- LaraCasts Service Container Fundamentals - https://laracasts.com/series/laravel-6-from-scratch/episodes/38
- LaraCasts Service Providers Are The Missing Piece - https://laracasts.com/series/laravel-6-from-scratch/episodes/41
- Demystifying Dependency Injection Containers (Video by Kai Sassnowski) - https://www.youtube.com/watch?v=y7EbrV4ChJs&ab_channel=LaraconEU
- The 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-dependencies
- No More Encore (Band): The Let Down (Last Single Video) - https://www.youtube.com/watch?v=ITY3USF1hVI
- No More Encore (Band): We Are The Warriors (Last Album on iTunes) - https://music.apple.com/at/artist/no-more-encore/146681748
- No More Encore (Band): Live Video - https://www.youtube.com/watch?v=fugQNUY90iY
- No More Encore (Band): Live Video - https://www.youtube.com/watch?v=A0Ayf2H8Iio
-----
Editing sponsored by Tighten; transcript sponsored by Larajobs.
1 Listener
Episode 19 - Live Q&A
The Laravel Podcast
12/30/14 • 64 min
This is the audio portion of our first live recorded video podcast. We took live question and answer and discussed Laravel 5 release scheduling, ORM origin story, Laravel internals, Angular/Angular 2, and more!
Episode 21 - Commands, Pipelines and Packages
The Laravel Podcast
01/21/15 • 52 min
Laravel 5 is getting closer to beta and we discuss some upcoming changes as well as get into a discussion about when to use certain features of the framework and when they might be overkill.
Episode 5 - Laracon and Actionscript
The Laravel Podcast
09/07/13 • 51 min
In this episode Shawn McCool discusses Laracon, OOP, ActionScript and Chris' new Laravel 4 practical implementations book.
Episode 8 - LaraEverything
The Laravel Podcast
11/01/13 • 51 min
Taylor Otwell and Jeffrey Way join us and talk about what they've been working on. We discuss Laracasts and Laravel 4.1 including some focus on the Laravel documentation. Taylor also gives some information about LaraconUS.
Episode 15 - DHH and Haterade
The Laravel Podcast
05/28/14 • 69 min
In this episode the cast discusses ActiveRecord (when to use it), discusses some PHP drama relating Laravel to Rails, DHH, Martin Fowler, and Kent Beck's Is TDD dead? series, Laracon stuff and more. http://laracon.eu http://martinfowler.com/articles/is-tdd-dead https://github.com/mitchellvanw/laravel-doctrine
Show more best episodes
Show more best episodes
FAQ
How many episodes does The Laravel Podcast have?
The Laravel Podcast currently has 128 episodes available.
What topics does The Laravel Podcast cover?
The podcast is about Entrepreneurship, Web Development, Php, Development, Podcast, Podcasts, Technology, Business and Programming.
What is the most popular episode on The Laravel Podcast?
The episode title 'Object Oriented Programming, with Alena Holligan' is the most popular.
What is the average episode length on The Laravel Podcast?
The average episode length on The Laravel Podcast is 48 minutes.
How often are episodes of The Laravel Podcast released?
Episodes of The Laravel Podcast are typically released every 15 days, 23 hours.
When was the first episode of The Laravel Podcast?
The first episode of The Laravel Podcast was released on May 23, 2013.
Show more FAQ
Show more FAQ