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.
• • 139 Posts • 3K Views
I've been quiet this week due to some intense app/server migrations, but meanwhile I tagged new releases of Inertia Table and Modal - both now with full Inertia.js v2.0 support! 🎉
One more exciting Modal update coming before year end (hopefully, still WIP but looking good!) 🤞
Putting the final touches on the new 'Empty State' feature. It supports custom icons/texts, dark mode, and link features that are already built-in (new tab, download, modal, variants, etc.) 💫
The #Laravel Container is a work of art ✨
Need to inject dependencies into a method call AND have the flexibility to override it with a custom callback The Container's got you covered! Here's an example that shows both features ⬇️
I'm a huge nerd when it comes to using the #Laravel Container, but I think today is the first time I've used `bindMethod()`.
Finding fancy ways to validate arguments and options of an Artisan Command without overriding any methods 😇