v0.4.4 of Deck by PromptPHP (Laravel package for versioned AI prompt management) is here!
This release fixes identified silently failing bugs.
Full notes:
deck.promptphp.com/changelog
Feed
📢 PHP×Tokyo Speaker/Talk Announcement
We are pleased to announce the first speaker/talk for PHP×Tokyo September edition!
"Instrumenting the Unknown: Why Observability Matters" by (X: @taka_shiraki)!
RSVP:
phpx.tokyo
Want to speak?
forms.gle/3GBdiBLQt84R991o7
#php #laravel #meetup #phpxtokyo #phptokyo
âš¡ Corepine Modal gives Laravel developers control over how every modal is presented.
Change a default modal into a flyout drawer or draggable bottom sheet by changing one type setting in your modal attributes.
Use it with Livewire stack modals or standalone Blade modals, and choose the UI that fits each interaction.
corepine.dev/docs/modal
Laravel devs using PostgreSQL, Laravel 13.23 adds support for PostgreSQL's USING clause in migrations. 👀
Why is this useful?
Imagine you have a column storing dates as text (2026-08-02) and want to convert it to a proper DATE column.
PostgreSQL requires a USING clause to describe how existing values should be converted.
Laravel now supports this directly with ->using().
pest 5 introduces time-balanced sharding
this feature allows you to scale your CI horizontally while ensuring all those workflows take exactly the same time
insane, check this: youtu.be/bBXsr1ix_dQ?si=YLpRoyS8vo6JkguK