Building products with Laravel, Livewire, Alpine, Tailwind, Filament
You can now cache your routes and config once per test run, instead of rebuilding them for every test. 💪
A nice performance boost for apps with lots of routes or heavy config. ⚡
Works in both PHPUnit & Pest.
You can now cache your routes and config once per test run, instead of rebuilding them for every test. 💪
A nice performance boost for apps with lots of routes or heavy config. ⚡
Works in both PHPUnit & Pest.
Laravel developers, time to do `composer update` as Laravel uses Symfony's http foundation component behind the scenes! 🫡
Laravel developers, time to do `composer update` as Laravel uses Symfony's http foundation component behind the scenes! 🫡
blog.packagist.com/composer-2-9/
#composerphp #phpc #PHP
blog.packagist.com/composer-2-9/
#composerphp #phpc #PHP
ollieread.com/articles/dec...
ollieread.com/articles/dec...
mago.carthage.software
github.com/sponsors/azj...
mago.carthage.software
github.com/sponsors/azj...
Inertia endpoint testing + @pestphp browser testing?
Pest browser testing seems like a great fit for these kind of apps but they are a bit slow.
Inertia endpoint testing + @pestphp browser testing?
Pest browser testing seems like a great fit for these kind of apps but they are a bit slow.
Prism now supports tool calling with structured output for AnthropicAI, OpenAI, and Gemini!
github.com/prism-php/pr...
Prism now supports tool calling with structured output for AnthropicAI, OpenAI, and Gemini!
github.com/prism-php/pr...
Clone a package down, run Tether, select the package you wanna link and it'll configure a Composer repository & symlink Vite assets. 🔗
It's pretty scrappy, but hopefully it's useful to someone!
github.com/duncanmccle...
Clone a package down, run Tether, select the package you wanna link and it'll configure a Composer repository & symlink Vite assets. 🔗
It's pretty scrappy, but hopefully it's useful to someone!
github.com/duncanmccle...
Just show us your NativePHP app on X!
Full details here:
x.com/nativephp/st...
Just show us your NativePHP app on X!
Full details here:
x.com/nativephp/st...
Did you know.... You can stream large datasets from the DB using lazy() — way more memory-efficient than get().
Did you know.... You can stream large datasets from the DB using lazy() — way more memory-efficient than get().
Consume real-time AT Protocol events in your Laravel application. We changed the package name a bit to keep things consistent and clear as we continue to contribute AT Protocol packages to the Laravel community.
github.com/socialdept/a...
Consume real-time AT Protocol events in your Laravel application. We changed the package name a bit to keep things consistent and clear as we continue to contribute AT Protocol packages to the Laravel community.
github.com/socialdept/a...
no need for node on your server, just scp and ./ssr 🤤
Here's a gist of the Bun plugin to get Svelte Inertia SSR working gist.github.com/saml-dev/4ff...
no need for node on your server, just scp and ./ssr 🤤
CVE ID : CVE-2025-64112
Published : Oct. 30, 2025, 6:15 p.m. | 1 hour, 11 minutes ago
Description : Statmatic is a Laravel and Git powered content management system (CMS). Stored XSS vulnerabilities in ...
CVE ID : CVE-2025-64112
Published : Oct. 30, 2025, 6:15 p.m. | 1 hour, 11 minutes ago
Description : Statmatic is a Laravel and Git powered content management system (CMS). Stored XSS vulnerabilities in ...
➡️ Laravel
➡️ Verbs
➡️ Inertia
➡️ Vue
➡️ Tailwind+WebTUI
Will be my first Verbs & second Inertia/Vue app. Will open source it probably too.
Toying with this idea since last year, and now I’m diving in!
➡️ Laravel
➡️ Verbs
➡️ Inertia
➡️ React
➡️ Tailwind
Will be my first Inertia/React app. Lots of opportunities to learn! 🙌
➡️ Laravel
➡️ Verbs
➡️ Inertia
➡️ Vue
➡️ Tailwind+WebTUI
Will be my first Verbs & second Inertia/Vue app. Will open source it probably too.
➡️ New Appends Methods on Eloquent
➡️ Concurrency control on HTTP
➡️ Get Previous Route
Thank you Luke Kuzmish, Wendell Adriel & Taylor Otwell 🙏
youtu.be/KKAKQKhKdHk
➡️ New Appends Methods on Eloquent
➡️ Concurrency control on HTTP
➡️ Get Previous Route
Thank you Luke Kuzmish, Wendell Adriel & Taylor Otwell 🙏
youtu.be/KKAKQKhKdHk
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)
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)
Folks said we should make it less secret.
So we did.
Folks said we should make it less secret.
So we did.
github.com/artisan-buil...
github.com/artisan-buil...
Session::previousRoute() → returns the previous route’s name 🎯
Simple. Clean. Native. 💪
Session::previousRoute() → returns the previous route’s name 🎯
Simple. Clean. Native. 💪
Perfect for:
✅ Apply constraint to many columns
✅ No repetitive chains
✅ Clean content filtering
✅ Matches your intent
One method beats ten 🎯
#laravel
Perfect for:
✅ Apply constraint to many columns
✅ No repetitive chains
✅ Clean content filtering
✅ Matches your intent
One method beats ten 🎯
#laravel