Simplifying the decision to use Sanctum or Passport for API authentication. 🧘♂️
Building API and need to give users API keys → do you want them to obtain those keys through an OAuth flow?
If yes, use Passport (it's a library specifically for doing OAuth).
If no, use Sanctum.
This is all invisible in Livewire 4
Any eloquent models or collections set as properties will only execute their queries at the very point in time they are actually used.
This reduces database waste in a big way
We're looking for a handful of folks to help us really nail our @nuxt_js support in Laravel Forge. 💚
If you have deep Nuxt experience and would be willing to try it out and give us some feedback, let me know! We're happy to offer a free hobby plan and usage credits.
Laravel's @joetannenbaum demonstrates how they use a new Vite plugin called Wayfinder to perform 'alchemy,' automatically generating TypeScript types and routes from a PHP backend to create a seamless, end-to-end type-safe development experience when building modern applications.
Full Video: piped.video/9ESjWppqNSI
Today @stauffermatt joins the Laravel Worldwide Meetup to share How to Build a Productive Laravel Team!
Learn how to create a healthy, effective Laravel dev team and process.
🕛 Tuesday, Nov 4, 12PM EST
Join live: meetup.laravel.com/
We shipped this quietly last week, but it deserves a shout out. Nightwatch now automatically captures the request payload when an exception occurs, giving you the full state of the data at the time of the error. Perfect for deep debugging.
I'd highly recommend enabling it!
Really enjoying hand-crafting the Laravel AI SDK. First hand-crafted Otwell package since Laravel / Livewire Volt in 2023.
Super satisfying to build the foundational APIs and developer experience with care. 🫶
Doing ~12M req/mo now on my laravel app - which powers explore.ghost.org (the public front end is very simple, the back end is much more extensive)
Still blows my mind how much you can build/manage singlehandedly with a bit of help from Claude and Laravel Cloud
The latest release of Inertia brings support for View Transitions! 🔥
The View Transitions API is a browser feature that lets you animate between pages. It can be a simple cross-fade, and you can even animate specific elements from one page to the next.
(slow video on purpose)