The Laravel Podcast
The Laravel Podcast brings you Laravel and PHP development news and discussion. Season 4 consists of guest interviews by Matt Stauffer talking about a new topic in the Laravel community for each episode.
קטגוריה: מדע וטכנולוגיה תגיות: development, laravel, php, podcast, programming, Technology, web development, web programming, מדע וטכנולוגיה
-
In this episode of the Laravel podcast, host Matt Stauffer is joined by Taylor Otwell and Jess Archer at Laracon Australia to discuss00:34:05 12/11/2024
-
In this episode of the Laravel Podcast, hosts Matt Stauffer and Taylor Otwell explore the latest updates in the Laravel ecosystem,00:36:55 22/10/2024
-
In this episode of the Laravel podcast, we address some listener-submitted questions regarding the recent investment in Laravel and00:26:51 11/09/2024
-
In this episode, recorded live at Laracon US, we talk about the current moment we’re seeing in the Laravel world, reflecting on Laravel’s00:26:50 03/09/2024
-
After a short break, we're back and the countdown to Laracon US is on! Join us as we discuss the upcoming Laracon US and the journey00:38:43 30/07/2024
-
In this episode, we dive into listener-generated questions. Join us as we cover a wide range of topics, from hangups in new Laravel00:44:26 24/06/2024
-
In this episode of the Laravel podcast, Matt and Taylor explore a variety of topics, including ones suggested by listeners! Taylor00:43:12 04/06/2024
-
Welcome back to another episode of the Laravel podcast! In this episode, we dive into the exciting release of Laravel 11 and discuss00:33:29 09/04/2024
-
(Posted in the middle of Season Six, to take advantage of new features in our podcast hosting platform)00:01:09 25/03/2024
-
In this episode of the Laravel Podcast, we are diving into the highlights of Laracon EU including the unveiling of Laravel 11 and00:37:16 27/02/2024
-
In this episode of the Laravel Podcast, we talk about the recent announcement of hiring a new head of engineering at Laravel and00:30:59 06/02/2024
-
In this episode of the Laravel Podcast we are packing it in! We're diving into the freshest drops, like FrankenPHP, Cashier Quickstarts,00:41:09 16/01/2024
-
In this episode of the Laravel Podcast, we revisit a Laravel Snippet from 2019 in which Taylor talks about how he comes up with ideas00:42:23 19/12/2023
-
In this episode, we're unwrapping the highlights from Laracon AU, with a special focus on Laravel Pulse leading our discussion. Taylor00:39:02 28/11/2023
-
In this jam-packed episode, we dive deep into the world of app development, exploring the essential choices and tools that shape00:42:24 14/11/2023
-
You asked, we answered! In this episode we are addressing your questions! Join us as we explore a typical day in Taylor’s life at00:45:12 31/10/2023
-
Join us in this episode as we discuss the new Livewire + Volt Functional API stack for Breeze and its capabilities. We also demystify00:42:09 17/10/2023
-
New Laravel features are making deployment easier than ever! In our second episode of season six, we explore various topics, screencasting.com00:30:29 03/10/2023
-
In our first episode of season six, we welcome back Taylor Otwell as a co-host and talk about all the exciting developments in the00:44:06 26/09/2023
-
In this episode we talk with Ignace Nyamagana Butera, a Software Developer, about the PHP League packages that he's created: League00:47:44 12/08/2022
-
In this episode we talk with Nuno Maduro about the PHP testing framework Pest, a PHP testing framework that focuses on bringing you00:23:26 24/06/2022
-
In this episode we talk with Freek Van der Herten about Spatie's Laravel package Laravel-Backup, which can make a backup of your00:27:39 10/06/2022
-
In this episode we talk with Taylor Otwell about the first-party Laravel packages Socialite, Scout, and Sail. Socialite is a tool00:34:25 27/05/2022
-
In this episode we talk with Joseph Silber about the third-party Laravel package Bouncer, an authorization package which allows the00:35:05 13/05/2022
-
In this episode we talk with Dries Vints about the first-party Laravel package Cashier, which provides an easy, fluent interface00:30:46 29/04/2022
-
In this episode, we talk with Taylor Otwell about the first-party Laravel auth packages Passport and Sanctum. We discuss the history00:22:46 15/04/2022
-
In this episode, we talk with Barry vd. Heuvel, creator of Laravel Debugbar. A package provides an overview that allows you to quickly00:23:09 01/04/2022
-
In this episode, Arne Schoenmakers and Patrick Brouwers talk about Spartner’s popular package, Laravel excel. It is a supercharged,00:28:07 18/03/2022
-
In the first episode of season 5, Taylor Otwell joins us to talk about the packages Fortify, Breeze, Jetstream, and Spark. We discuss00:27:58 04/03/2022
-
The Laravel Podcast brings you Laravel and PHP development news and discussion. Season 5 consists of Matt Stauffer interviewing the00:01:51 11/11/2021
-
We all use third party packages in our Laravel applications, and even Laravel itself is composed of packages. But how do they work?01:37:51 13/04/2021
-
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 running00:44:45 30/03/2021
-
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?" There01:00:00 16/03/2021
-
Some times events, jobs, and queues can feel a bit overwhelming, and sometimes they can feel so simple it feels like you're doing00:57:20 02/03/2021
-
It's every application developer's nightmare: your app gets hacked and everyone's private data is out in the open, and it's your01:24:10 16/02/2021
-
Laravel's Collections were popularized by Adam Wathan's book "Refactoring to Collections", but if you haven't read the book you may01:23:00 02/02/2021
-
Laravel has two primary notification systems: Mail and Notifications. What do each do? How do you use them? When should you use one01:00:48 05/01/2021
-
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.01:35:19 22/12/2020
-
Laravel offers two systems for accessing the filesystem: the File facade and the Storage facade. The Storage facade wraps a package01:00:14 08/12/2020
-
Some of the most important pieces of Laravel are still those which don't fit neatly into broader categories. In this episode we cover01:02:11 24/11/2020
-
You may not know it, but the service container — also known as the container, the IOC container, the DI container, or just "the application"01:11:56 10/11/2020
-
While Laravel is a web framework, many of our interactions with our apps—whether when writing them or when using them—happens on00:51:24 27/10/2020
-
Learning how to test your applications can be overwhelming. In this episode, testing master Adam Wathan, author of TailwindCSS and01:13:14 13/10/2020
-
Webpack seems to be the brunt of every joke around JavaScript tooling these days, but somehow it still sticks around--probably because01:05:32 29/09/2020
-
One of the most powerful tools in creating Laravel apps quickly is how much you can get done in an app that just contains the skeleton00:58:20 15/09/2020
-
If your app has users, it's likely you're going to want to know who they are and what they can--and can't--do. Take a listen to this01:28:46 01/09/2020
-
Eloquent and the Query Builder allow us to interact with our database, but how do we get those databases in the right shape? How01:04:47 18/08/2020
-
Very few Laravel applications don’t have a data store backing them, and the vast majority are backed by a relational database like01:37:40 04/08/2020
-
Every app has bugs! Learning to debugging your apps is a powerful and vital skill, but we also need to know when the bugs are happening,00:50:17 21/07/2020
-
Any web-based application routes all its requests through URL. Laravel’s routing allows you to define URLs, URL patterns, and HTTP01:48:02 07/07/2020
-
If you're going to work in modern web development, one of the key ingredients is a local development environment that doesn't rely01:15:59 23/06/2020
-
Most modern web applications and frameworks are built on the principles of Object-Oriented Programming (OOP),. Laravel itself is01:00:15 09/06/2020
-
Most modern development workflows rely on version control, and most of those use Git. It's easy to follow a quick tutorial and learn01:29:33 26/05/2020
-
As PHP and Laravel programmers, we use Composer every day. But we often don't know its history, nuances, or the plans for the future.In00:54:26 12/05/2020
-
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 find00:45:12 28/04/2020
-
Laravel Podcast Season Four is all about the topics you need to know to work in Laravel.This episode is about The Ethos of00:49:10 14/04/2020
-
We're back! It's a new season, and a new format: Each episode will bring a guest or guests on to talk about a single topic in the00:02:53 10/04/2020
-
An Interview with Lalit Vijay, Curator of Laravel Live India and Co-Founder ov StyleDotMeLalit00:38:25 20/03/2019
-
An interview with Steve Schoger, designer and creator or co-creator of many online tools like Tailwind and Refactoring UI and Heroicons01:11:23 08/02/2019
-
An interview with Abed Halawi, Laracon EU speaker and Tech Lead at VinelabAbed00:52:12 29/08/2018
-
An interview with Freek Van der Herten, lead developer at Spatie.@freekmurze00:56:49 23/07/2018
-
An interview with Nuno Maduro, creator of Collision and Laravel Zero.Nuno Maduro00:35:06 06/07/2018
-
An interview with Adam Wathan, co-creator of the Tailwind CSS library and author and video producer.Adamwathan.me01:10:37 07/06/2018
-
Interview with Samantha Geitz, Senior Developer at TightenLogo00:45:06 22/05/2018
-
The Season 2 crew reunites.Laracon Venue: The00:48:32 06/04/2018
-
An interview with Alison Gianotto / Snipe, creator of Snipe ITSnipe.netSnipe-IT00:58:56 21/03/2018
-
An interview with Abigail Otwell, wife of Laravel creator Taylor Otwell and co-owner of Laravel LLC.-----Editing sponsored00:35:58 01/02/2018
-
An interview with Marcel Pociot, creator of BotMan and co-founder of Beyond Code.Marcel00:48:08 10/01/2018
-
An interview with Antonio Ribeiro, package author and master of StackOverflow Laravel.Rio00:56:55 14/12/2017
-
An interview with Jeffrey Way, the founder of Laracasts.LaracastsTalk01:11:22 09/11/2017
-
An interview with Mohamed Said, Laravel's first employee.Laravel News Interview01:04:59 27/10/2017
-
An interview with Laravel woman around town and lover of puppies J.T. Grimes.SPONSOR: Twilio01:04:14 12/10/2017
-
An interview with Neo Ighodaro, co-founder of Laravel Nigeria and CTO of hotels.ngNotes:Neo's01:04:17 23/09/2017
-
An interview with Taylor Otwell, creator of Laravel, about what he did before Laravel and what got him started.Views00:47:58 12/09/2017
-
Introducing season 3: an interview season, where Matt will be conducting long-form interviews00:06:21 06/09/2017
-
In this episode, the crew talks about enterprise applications, scalability, and productivity.Transcription provided by00:53:14 28/04/2017
-
In this episode, the crew talks about Mix, Dusk, Laracon US, package development using TestBench, GitLab, and more.00:40:49 08/02/2017
-
In this episode, the crew discusses Laravel Mix, Markdown mailables, Laravel Dusk, Laravel 5.4, and more.Matt's Learning00:57:13 23/12/2016
-
In this episode, the crew discusses new Apple announcements, the Laracast redesign and improvements, Forge, Laravel 5.3 and 5.4 changes,00:48:52 21/11/2016
-
In this episode, the crew discusses PHP 7.1, Laravel Forge, Yarn, Validator improvements, and more.Yarn00:38:07 17/10/2016
-
In this episode, the crew discusses Laracon US & EU, Laravel 5.3, Laravel's first hire, and the heart-wrenching sense of loss00:37:55 07/09/2016
-
The crew talks about where the routes file lives, some tantalizing hints of big new 5.3 features, Jeffrey's 2 sets of 2 hours plan,00:35:43 16/07/2016
-
In this episode, the crew talks discusses Laracon, Elixir, Browserify, Webpack, the NBA finals, and Red Rising.Ryan00:31:43 30/06/2016
-
In this episode, the crew discusses the releases of Valet and Echo, Laracon US 2016, Laravel 5.3, and their favorite nut.00:29:27 02/06/2016
-
In this episode the crew chats about Laravel Elixir, Spark, VAT MOSS, and juice.Setting00:37:33 11/04/2016
-
In this episode, the crew talks about making money from open source and Taylor's utter dominance at Rocket League.00:28:24 21/03/2016
-
In this episode, the crew is joined by Adam Wathan to discuss ActiveRecord and the Eloquent ORM.Eloquent00:54:43 24/02/2016
-
In this episode, the crew discusses multiple authentication drivers, Laracon, PJAX, Spark, and Mario Kart rage.Matt's00:30:58 05/02/2016
-
In this episode, the crew discusses Linode down time, server migrations, editors, Will Smith, and Mario Kart. Most importantly, Jeffrey00:37:58 07/01/2016
-
In this episode, the crew discusses the status and features of Laravel 5.2, Lumen 5.2, and Spark.URLRoutable00:38:30 11/12/2015
-
In this episode, the crew talks about architecture, over-architecting, helper functions, facades, crystal ball coding, code preppers,00:40:24 16/11/2015
-
In this episode, the crew discusses front-end tools like Vue, React, and Angular. Matt then discusses scheduled introspection to00:38:05 02/11/2015
-
In this episode, the crew talks about the challenges of learning to be a developer, developer bootcamps, advice to their former selves,00:49:22 13/10/2015
-
In this episode, the crew discusses Laracon 2016, new framework features, preferred messaging applications, and Jack McDade possibly00:38:38 21/09/2015
-
In this episode, Matt and Taylor are joined by Ian Landsman of UserScape. Ian is the founder of UserScape, the creator of HelpSpot,00:36:06 02/09/2015
-
In this episode, the team recaps Laracon, discusses a few of Matt's side projects, and details their juiciest vices.00:30:28 19/08/2015
-
In this episode, the crew discusses simple code, staying focused, Adam vs. The Hulk, and coding music.00:31:17 06/08/2015
-
In this episode, the crew discusses preparing for conference talks, vacationing, and dreamy destinations!00:29:00 22/07/2015
-
In this episode, the crew discusses architecture driven religious wars and the recent drama surrounding Apple Music.00:31:32 24/06/2015
-
In this episode, the crew discusses 20 years of PHP, their favorite PHP features, Sublime Text, PHP Storm, Nintendo, and Jeffrey's00:35:57 11/06/2015
-
In this episode, the crew discusses recent improvements to the Laravel documentation, Vue.js, ECMAScript 6, and a few conspiracy00:30:55 29/05/2015
-
This week the crew discusses new Laravel 5.1 goodies, unit testing, Lifeline for iOS, and which album they would take to a desert00:28:07 11/05/2015
-
In this episode, the crew discusses the recent release of Lumen, micro-services, Laravel 5.1 event broadcasting, and their favorite00:25:55 30/04/2015
-
In this episode, the crew discusses Jeffrey's "Integrated" testing package, Laracon, Laravel "the right way", and Justin Bieber.00:24:41 15/04/2015
-
In this episode, the crew discusses PHP 7, Browserify, and their favorite Mac applications.00:24:16 31/03/2015
-
The crew discusses the recent release of Envoyer and Laravel 5.0. Taylor gives a preview of Laravel 5.1. Jeffrey discusses current00:25:19 17/03/2015
-
Laravel 5 was released and Laracon conferences were just announced! The perfect opportunity for another live question and answer00:57:07 09/02/2015
-
Laravel 5 is getting closer to beta and we discuss some upcoming changes as well as get into a discussion about when to use certain00:52:23 21/01/2015
-
We talk about configuration and queue updates, architecture and CRUD apps, choosing the right persistence solution, and a lot more.01:06:36 07/01/2015
-
This is the audio portion of our first live recorded video podcast. We took live question and answer and discussed Laravel 5 release01:04:49 30/12/2014
-
In this episode, we discuss new Laravel 5 features including annotated routing and middlewares. We discuss some motivations and guiding01:08:31 14/10/2014
-
In this episode, we discuss Laravel 5, the No Capes initiative, Laravel Liferaft, PHP's position in the industry and its culture,01:00:20 12/09/2014
-
Laravel News, Laracon News, Laravel.IO News, PHPSpec, and Southern Boys Being Polite00:46:49 13/08/2014
-
In this episode the cast discusses ActiveRecord (when to use it), discusses some PHP drama relating Laravel to Rails, DHH, Martin01:09:37 28/05/2014
-
In this episode the cast discusses recent DHH drama, complicated sequences of events, Laracon, Pair-Programming, and ActiveRecord.01:06:21 07/05/2014
-
Testing, 100% minimum coverage, TDD. The consequences of long-term high-intensity focus. What does PHPSpec have to offer? The battle01:17:32 29/04/2014
-
Everyone on the show is presenting at Laracon NYC. http://www.decksetapp.com/ for beautiful01:16:05 21/04/2014
-
Is this episode the cast discusses Laracon NYC, Laracon EU, the Laravel package Dispatcher, Hack, DDD, A/B Testing, the next version00:53:15 01/04/2014
-
DDD, Facades, Laracon 2014 in NYC. Edited by Mitchell van Wijngaarden01:03:47 13/02/2014
-
We discuss Laravel 4.2, some recent PHP events, and answer listener questions.01:06:19 10/01/2014
-
Taylor Otwell and Jeffrey Way join us and talk about what they've been working on. We discuss Laracasts and Laravel 4.1 including00:51:23 01/11/2013
-
In this episode we discuss CQRS, how everyone loves Windows 8, building GUI apps with PHP, organizing a conference in 2014 and a00:55:39 15/10/2013
-
In this episode we talk with Dan Syme, creator of Cartalyst, and Ian Landsman, creator of UserScape about business and the open-source01:09:33 06/10/2013
-
In this episode Shawn McCool discusses Laracon, OOP, ActionScript and Chris' new Laravel 4 practical implementations book.00:51:29 07/09/2013
-
In this episode Shawn McCool, Taylor Otwell, and Matthew Machuga discuss the upcoming Laravel conference in Amsterdam, code-base00:59:53 24/08/2013
-
In this episode, Laravel author Taylor Otwell discusses packages with his teammate / backbone-ninja Eric Barnes and Laravel community00:45:37 14/08/2013
-
In this episode Shawn McCool, Taylor Otwell and Jeffrey Way discuss Laracon, architecture, testing and more. Enjoy!00:51:08 04/08/2013
-
In this first episode we're joined by Taylor Otwell, the creator of Laravel to discuss Laravel 4, and Shawn McCool to discuss Laracon00:53:28 23/05/2013
-