I published the beta release of Inertia Modal 🔥
For now, it's just the Vue version. Next week, I'll release the React version. You can find the repo, docs, and examples in the posts below 👇


Pascal Baljet
@pascalbaljet
Full-stack Laravel developer and open-source enthusiast. Building software at Protone Media.
• • 157 Posts • 3K Views
Just took a walk with our youngest, who fell asleep, so I put on the @laravelnews podcast and learned about the new withAttributes() method, PR’d by Džuris (tontonsb).
Super cool how you can now create related models with default values straight from the relationship! 👌
Check out the new #InertiaUI logo that @caneco created for me! ❤️
🚀 Sneak peek: Inertia Forms! 🚀
It's not ready for release yet, but I couldn't wait to share it! This new package brings Form Components, a powerful Form Builder, and a fully compatible useForm() replacement.
Check it out! 👇
www.youtube.com/watch?v=crVtX1QRP5s
I needed a way to interact with a resolved controller dependency before the method was executed. Turns out Laravel has support for this out of the box with afterResolvingAttribute().
Check out the example below: duplicates are only prevented when the payment is processed 💫
Not a big tip, but it helps when a user asks about something from a while ago.
I use Sentry for exceptions, but for logs, I stick with the daily channel. The only thing I change is how long logs are kept, usually 90 or 120 days instead of the default 👌