The Laravel Podcast cover image

The Laravel Podcast

Latest episodes

undefined
Jun 24, 2022 • 23min

Pest, with Nuno Maduro

In this episode we talk with Nuno Maduro about the PHP testing framework Pest, a PHP testing framework that focuses on bringing you a more simplified, fluent, and powerful way of writing automated tests.Nuno Maduro's Twitter - https://twitter.com/enunomaduroSponsor Nuno Maduro - https://github.com/sponsors/nunomaduroPest - https://pestphp.comPest Discord Server - https://discord.com/invite/bMAJv82Perl - https://www.perl.org/Parallel Plugin - https://pestphp.com/docs/plugins/parallelPHPUnit - https://phpunit.de/Jest - https://jestjs.io/Livewire - https://laravel-livewire.com/Watch Plugin - https://pestphp.com/docs/plugins/watchRetry Plugin - https://docs.php-http.org/en/latest/plugins/retry.htmlDatasets - https://pestphp.com/docs/datasets#datasetsOliver Nybroe's Twitter - https://twitter.com/olivernybroe?lang=enOliver Nybroe's GitHub - https://github.com/olivernybroeOwen Voke's Twitter - https://twitter.com/owenvokeOwen Voke's GitHub - https://github.com/owenvokeLuke Downing's Twitter - https://twitter.com/LukeDowning19Luke Downing's GitHub - https://github.com/lukeraymonddowningFreek Van der Herten's Twitter - https://twitter.com/freekmurzeFreek Van der Herten's Blog - https://freek.dev-----Editing and transcription sponsored by Tighten.
undefined
Jun 10, 2022 • 28min

Spatie's Laravel-Backup, with Freek Van der Herten

In this episode we talk with Freek Van der Herten about Spatie's Laravel package Laravel-Backup, which can make a backup of your application to any external storage destination of your choice. You can choose what should be backed up: files from the file system and/or your database, and how often. It also offers helpful features such as monitoring your backups and sending you notifications.Freek Van der Herten's Twitter - https://twitter.com/freekmurzeFreek Van der Herten's Blog - https://freek.devSpatie - https://spatie.beSpatie Twitter - https://twitter.com/spatie_be?lang=enOh Dear -  https://ohdear.appLaravel-Backup GitHub - https://github.com/spatie/laravel-backupLaravel-Backup Introduction - https://spatie.be/docs/laravel-backup/v8/introductionVapor - https://vapor.laravel.com/AWS S3 - https://aws.amazon.com/s3/Forge - https://forge.laravel.com/Zend Framework - https://framework.zend.com/DigitalOcean - https://www.digitalocean.com/Composer- https://getcomposer.org/Grandfather-father-son scheme - https://en.wikipedia.org/wiki/Backup_rotation_scheme#:~:text=Grandfather%2Dfather%2Dson%20backup%20is,a%20FIFO%20system%20as%20above.DB-Dumper GitHub - https://github.com/spatie/db-dumperDB-Snapshots GitHub - https://github.com/spatie/laravel-db-snapshotsLaravel Backup Server - https://spatie.be/products/laravel-backup-server-----Editing and transcription sponsored by Tighten.
undefined
May 27, 2022 • 34min

Socialite, Scout & Sail, with Taylor Otwell

In this episode we talk with Taylor Otwell about the first-party Laravel packages Socialite, Scout, and Sail. Socialite is a tool for authenticating users with other login providers, and makes it easy to add a login with GitHub authentication flow to your application. Scout provides a simple, driver based solution for adding full-text search to your Eloquent models. Finally, Sail is a light-weight command-line interface for interacting with Laravel's default Docker development environment.Taylor Otwell's Twitter - https://twitter.com/taylorotwellLaravel Twitter - https://twitter.com/laravelphpLaravel Website - https://laravel.com/Laravel Socialite - https://laravel.com/docs/9.x/socialiteSocialite Providers - https://socialiteproviders.com/Atymic - https://atymic.dev/Laravel Scout - https://laravel.com/docs/9.x/scoutOAuth 2.0 - https://oauth.net/2/Elasticsearch - https://www.elastic.co/Algolia - https://www.algolia.com/doc/Meilisearch - https://www.meilisearch.com/Tighten.co - https://tighten.com/Laravel Sail - https://laravel.com/docs/9.x/sailVirtualBox - https://laravel.com/docs/9.x/homestead#provider-specific-virtualboxMindhive - https://mindhive.ro/en/home/Docker - https://www.docker.com/company/Docker Compose - https://docs.docker.com/compose/Homebrew - https://brew.sh/MySQL - https://www.mysql.com/Redis - https://redis.io/Takeout GitHub - https://github.com/tighten/takeoutTony Messias' Twitter - https://twitter.com/tonysmdev/Tony Messias' Blog - https://www.tonysm.com/Laravel Breeze GitHub - https://github.com/laravel/breezeLaravel Jetstream - https://jetstream.laravel.com/2.x/introduction.htmlLaravel Sanctum - https://laravel.com/docs/9.x/sanctumLaravel Fortify - https://laravel.com/docs/9.x/fortifyLaravel Cashier (Stripe) - https://laravel.com/docs/9.x/billingLaravel Passport - https://laravel.com/docs/9.x/passportLaravel Horizon - https://laravel.com/docs/9.x/horizonLaravel Telescope -https://laravel.com/docs/9.x/telescopeLaravel Dusk - https://laravel.com/docs/9.x/duskForge - https://forge.laravel.com/Laravel 9 - https://laravel.com/docs/9.x/releases#laravel-9Laravel Homestead - https://laravel.com/docs/9.x/homesteadLaravel Valet - https://laravel.com/docs/9.x/valet-----Editing and transcription sponsored by Tighten.
undefined
May 13, 2022 • 35min

Bouncer, with Joseph Silber

In this episode we talk with Joseph Silber about the third-party Laravel package Bouncer, an authorization package which allows the user to quickly create and manage roles and abilities. As an additional note, the lovely outro music--like last time Joseph was on the podcast--was a recording he made himself!Joseph Silber's Website - https://josephsilber.com/Joseph Silber's Twitter - https://twitter.com/joseph_silberJoseph Silber's GitHub - https://github.com/JosephSilberPage Cache - https://github.com/JosephSilber/page-cacheBouncer Article on Laravel - https://laravel-news.com/bouncer-authorization-packageBouncer GitHub - https://github.com/JosephSilber/bouncerLaravel Eloquent ORM - https://laravel.com/docs/4.2/eloquentAuthorization & Authentication, With Joseph Silber (Laravel Podcast Season 4, Ep. 12) - https://laravelpodcast.simplecast.com/episodes/authorization-and-authentication-with-joseph-silberTaylor Otwell's GitHub - https://github.com/taylorotwell Laravel Passport - https://laravel.com/docs/9.x/passportLaravel LiveWire - https://laravel-livewire.com/Inertia.js - https://inertiajs.com/React - https://reactjs.org/Vue.js - https://vuejs.org/Svelte - https://svelte.dev/Laravel Cashier (Stripe) - https://laravel.com/docs/9.x/billingStripe Checkout - https://stripe.com/payments/checkout-----Editing and transcription sponsored by Tighten.
undefined
Apr 29, 2022 • 31min

Cashier, with Dries Vints

In this episode we talk with Dries Vints about the first-party Laravel package Cashier, which provides an easy, fluent interface to Stripe's subscription billing services. We discuss the two different versions of this package and how to determine which one is best for your needs.Dries Vints' Twitter - https://twitter.com/driesvintsDries Vints' Github - https://github.com/driesvintsDries Vints' Website - https://driesvints.comCashier Course - https://learn-laravel-cashier.comCashier Stripe - https://github.com/laravel/cashier-stripeCashier Paddle - https://github.com/laravel/cashier-paddleLaravel Telegram Notification Channels - https://github.com/laravel-notification-channels/telegramStripe Treasury - https://stripe.com/treasuryShawn McCool's Blog - https://shawnmc.cool/Shawn McCool's Twitter - https://twitter.com/shawnmccoolJoe Dixon's Blog - https://joedixon.co.uk/Joe Dixon's Twitter - https://twitter.com/_joedixon-----Editing and transcription sponsored by Tighten.
undefined
Apr 15, 2022 • 23min

Sanctum & Passport, with Taylor Otwell

In this episode, we talk with Taylor Otwell about the first-party Laravel auth packages Passport and Sanctum. We discuss the history of how they came to be, their differences, and which of the two might better serve your needs.Taylor Otwell's Twitter - https://twitter.com/taylorotwellLaravel, Twitter - https://twitter.com/laravelphpLaravel, Website - https://laravel.com/Laravel Docs: Passport - https://laravel.com/docs/8.x/passport#main-contentGitHub: Passport - https://github.com/jaredhanson/passport-githubLaravel Docs: Sanctum - https://laravel.com/docs/9.x/sanctumGitHub: Sanctum - https://github.com/laravel/sanctumThe League of Extraordinary Packages - https://thephpleague.com/Laravel Docs: Tinker - https://laravel.com/docs/9.x/artisan#tinkerGitHub: Tinker - https://github.com/laravel/tinkerOAuth 1 - https://oauth.net/1/OAuth 2.0 - https://oauth.net/2/ Spark - https://spark.laravel.com/Forge - https://forge.autodesk.com/en/docs/Vapor - https://docs.vapor.codes/4.0/JWT - https://jwt.io/GitHub: node-fetch - https://github.com/node-fetch/node-fetchAxios - https://axios-http.com/docs/intro-----Editing and transcription sponsored by Tighten.
undefined
Apr 1, 2022 • 23min

Laravel Debugbar, with Barry vd. Heuvel

In this episode, we talk with Barry vd. Heuvel, creator of Laravel Debugbar. A package provides an overview that allows you to quickly & easily see what’s going on inside your application. We talk about how he got started & various features.Barry’s Twitter - https://twitter.com/barryvdhFruitcake - https://fruitcake.nl/GitHub - https://github.com/barryvdhLaravel Debugbar - https://github.com/barryvdh/laravel-debugbarAnbu - https://github.com/daylerees/anbuDayle Rees, Twitter - https://twitter.com/daylereesDayle Rees, website - https://daylerees.com/-----Editing and transcription sponsored by Tighten.
undefined
Mar 18, 2022 • 28min

Laravel Excel, with Spartner's Arne Schoenmakers & Patrick Brouwers

In this episode, Arne Schoenmakers and Patrick Brouwers talk about Spartner’s popular package, Laravel excel. It is a supercharged, simple way to export and import powerful excel data.Spartner, website - https://spartner.software/Spartner, Twitter- https://twitter.com/spartnerNLArne Schoenmakers, Twitter - https://twitter.com/arneschoenmakerPatrick Brouwers, Twitter - https://twitter.com/patrickbrouwersPatrick Brouwers, Website - https://patrickbrouwers.nl/Laravel Excel - https://laravel-excel.com/-----Editing and transcription sponsored by Tighten.
undefined
Mar 4, 2022 • 28min

Fortify, Breeze, Jetstream, & Spark, with Taylor Otwell

In the first episode of season 5, Taylor Otwell joins us to talk about the packages Fortify, Breeze, Jetstream, and Spark. We discuss the differences between each one and which package is a great place to start.Taylor Otwell - https://twitter.com/taylorotwell   Laravel, Twitter - https://twitter.com/laravelphpLaravel, Website - https://laravel.com/Laravel Docs: Fortify - https://laravel.com/docs/8.x/fortifyGitHub: Fortify -  https://github.com/laravel/fortifyLaravel Docs: Breeze - https://laravel.com/docs/8.x/starter-kitsGitHub: Breeze - https://github.com/laravel/breezeJetstream - https://jetstream.laravel.com/2.x/introduction.htmlGitHub: Jetstream - https://github.com/laravel/jetstreamSpark - https://spark.laravel.com/GitHub: Spark - https://github.com/laravel/spark-installer-----Editing and transcription sponsored by Tighten.
undefined
Nov 11, 2021 • 2min

The Laravel Podcast, Season 5

The Laravel Podcast brings you Laravel and PHP development news and discussion. Season 5 consists of Matt Stauffer interviewing the creators of the most popular packages in the Laravel ecosystem.-----Editing and transcription sponsored by Tighten.

Get the Snipd
podcast app

Unlock the knowledge in podcasts with the podcast player of the future.
App store bannerPlay store banner

AI-powered
podcast player

Listen to all your favourite podcasts with AI-powered features

Discover
highlights

Listen to the best highlights from the podcasts you love and dive into the full episode

Save any
moment

Hear something you like? Tap your headphones to save it with AI-generated key takeaways

Share
& Export

Send highlights to Twitter, WhatsApp or export them to Notion, Readwise & more

AI-powered
podcast player

Listen to all your favourite podcasts with AI-powered features

Discover
highlights

Listen to the best highlights from the podcasts you love and dive into the full episode