Advertisement Β· 728 Γ— 90

Posts by Joe Tannenbaum

Preview
Meet Maestro: How We Manage 21 Laravel Starter Kit Variants | Laravel - The clean stack for Artisans and agents Learn how Maestro solves the challenge of maintaining 21 Laravel starter kit variants across 8 repositories, using layered builds, priority-based sync, and a contributor workflow designed to scale.

Did you know:

We are managing 21 variants of our Laravel starter kits πŸ˜΅β€πŸ’«

That's a lot! And there's a good amount of overlap between the kits.

Internally, we've been using a new tool to manage all of them, and now it's public for all contributors:

laravel.com/blog/meet-ma...

1 day ago 14 3 1 1

Team has expanded! Pace is aggressive!

2 days ago 1 0 0 0
Preview
Changelog | Laravel 13.x - The clean stack for Artisans and agents Laravel is a PHP web application framework with expressive, elegant syntax. We've already laid the foundation β€” freeing you to create without sweating the small things.

The March Laravel Open Source changelog is out!

This is what you call in the industry a "beefy month"

- Laravel 13
- Inertia v3
- Teams in Starter Kits
- New πš•πšŠπš›πšŠπšŸπšŽπš•-πš‹πšŽπšœπš-πš™πš›πšŠπšŒπšπš’πšŒπšŽπšœ skill for Boost
- Slew of new Prompts components

The list goes on (and on) (and on)

πŸ›³οΈπŸ›³οΈπŸ›³οΈ

laravel.com/docs/changelog

2 days ago 10 3 1 0

Suspicious date to kick this off

But it's you so I'm going to say congrats and I'm stoked for you

2 days ago 1 0 0 0
npmx

We just published our @svelte.dev Laravel Echo adapter, allowing you to easily consume WebSocket events within your Laravel + Svelte app!

Now everything in our client-side ecosystem has the complete React/Vue/Svelte trifecta 🀝

πŸ“‘πŸ“‘πŸ“‘

npmx.dev/package/@lar...

3 days ago 16 3 0 1

This is DOPE

3 days ago 1 0 0 0
Preview
πŸ”΄ Laravel AI Best Practices, Inertia v3 Stable, PHP Foundation, Terminal Stuff YouTube video by nunomaduro

live right now reviewwwwing a bunch of stuff: Matt Stauffer on the PHP Foundation, Joe Tannenbaum's new terminal stuff, Wendell Adriel's teams stuff, Laravel new AI best practices skills, and more..

join me: www.youtube.com/live/kt028Ya...

4 days ago 4 1 0 0

Helllllll yeah

1 week ago 10 0 0 0
Preview
1,001,743,740

It happened!

cmorrell.com/one-billion

1 week ago 22 1 2 1
Advertisement
Preview
CSRF Protection | Laravel 13.x - The clean stack for Artisans and agents Laravel is a PHP web application framework with expressive, elegant syntax. We've already laid the foundation β€” freeing you to create without sweating the small things.

Not sure what version of Laravel you're on but 13 shipped with a much simpler protection mechanism if you're interested

laravel.com/docs/13.x/cs...

1 week ago 1 0 1 0

Looks fun! Interested to see what y'all cook up

1 week ago 1 0 0 0

Today we're releasing Inertia 3! πŸš€

It's packed with new features, a better developer experience, and fewer dependencies. Here's what's new 🧡

1 week ago 24 4 1 0

I've saved this to read later but can confidently repost right now because it's a guaranteed Rose Bangerβ„’

1 week ago 10 0 0 0

Looks *really* great πŸ‘

1 week ago 1 0 0 0
Preview
a close up of a man 's face with the word bounce on the bottom . ALT: a close up of a man 's face with the word bounce on the bottom .

🫢

1 week ago 2 0 0 0
Preview
a man in a denim jacket is holding a pair of sunglasses in his hand ALT: a man in a denim jacket is holding a pair of sunglasses in his hand
1 week ago 1 0 0 0
Post image

One more Inertia 3 beta! We've added Blade components to the Laravel adapter.

You can now use <x-inertia::app /> and <x-inertia::head> instead of the inertia/inertiaHead directives. The directives still work, so no breaking changes! 🎯

1 week ago 10 2 2 0
Advertisement

πŸ™ŒπŸ™ŒπŸ™Œ

1 week ago 0 1 0 0
Preview
a man wearing sunglasses and a black sweater says " no way " Alt: a man wearing sunglasses and a black sweater says " no way "
1 week ago 1 2 0 0
$result = datatable(
    label: "Bob's Burgers Characters",
    headers: ['Name', 'Occupation', 'Voiced By'],
    rows: [
        ['Bob Belcher', "Owner & cook at Bob's Burgers", 'H. Jon Benjamin'],
        ['Linda Belcher', "Co-owner of Bob's Burgers", 'John Roberts'],
        ['Tina Belcher', 'Student at Wagstaff School', 'Dan Mintz'],
        ['Gene Belcher', 'Student at Wagstaff School', 'Eugene Mirman'],
        ['Louise Belcher', 'Student at Wagstaff School', 'Kristen Schaal'],
    ],
);

$result = datatable( label: "Bob's Burgers Characters", headers: ['Name', 'Occupation', 'Voiced By'], rows: [ ['Bob Belcher', "Owner & cook at Bob's Burgers", 'H. Jon Benjamin'], ['Linda Belcher', "Co-owner of Bob's Burgers", 'John Roberts'], ['Tina Belcher', 'Student at Wagstaff School', 'Dan Mintz'], ['Gene Belcher', 'Student at Wagstaff School', 'Eugene Mirman'], ['Louise Belcher', 'Student at Wagstaff School', 'Kristen Schaal'], ], );

Looks like this:

1 week ago 2 0 0 0
Video

Tried to get this one out with last week's release but I wasn't satisfied, it needed more polish. It's now polished 🧼

Introducing `datatable`:

A searchable, scrollable table for those selections that require a bit more information up front

Available in Laravel Prompts v0.3.16

1 week ago 17 1 6 0
Preview
Laravel Matrix Generator - Chris Morrell

If you're a Laravel open source maintainer, this might be useful to you: cmorrell.com/laravel-matrix

It's a tool that lets you generate Github Action test matrices based on the Laravel/PHP versions you want to support.

/cc @freek.bsky.social πŸ˜‚

1 week ago 12 2 0 0

Thanks man! I love building this stuff πŸ˜„

2 weeks ago 1 0 0 1

We just removed our seat limit on Laravel Cloud. All accounts now have access to unlimited seats. Bring your team (agents or humans) and start shipping.

2 weeks ago 14 3 0 2
Advertisement
Preview
Laravel Prompts v0.3.15 Adds Streaming, Tasks, Autocomplete, and More - Laravel News Laravel Prompts v0.3.15 introduces new primitives like task(), stream(), autocomplete(), dynamic select info, title(), and notify() for building modern CLI apps.

Laravel Prompts v0.3.15 Adds Streaming, Tasks, Autocomplete, and More posted by @ericlbarnes.com laravel-news.com/laravel-prom...

2 weeks ago 5 1 0 0

Hahaha WAT

2 weeks ago 0 0 1 1
Preview
OG Kit - Fully dynamic Open Graph images with your own HTML and CSS

OG Kit now has an official Laravel package! (and it supports wildcard domains now too)

Check it out:

ogkit.dev/docs/laravel

2 weeks ago 1 1 0 0
Preview
Asset Bundling (Vite) | Laravel 13.x - The clean stack for Artisans and agents Laravel is a PHP web application framework with expressive, elegant syntax. We've already laid the foundation β€” freeing you to create without sweating the small things.

We're seeing incredible speed improvements after upgrading to Vite 8. Large apps build 4-5x faster! πŸ’¨

One thing to notice: if you're using `import.meta.glob` for static assets, we now have a new `assets` option with Vite 8 and Laravel Vite Plugin 3.0.

laravel.com/docs/13.x/vi...

2 weeks ago 10 1 0 0

I can only imagine how often you return to your posts just to tinker and play with them

I do it and I didn't even write them!

2 weeks ago 1 0 0 0

Thanks man!

2 weeks ago 1 0 0 0