Spatie has just dropped a new passkeys package for Laravel that makes adding passkey authentication easy - but it currently doesn't include components for InertiaJS, so here's how we implemented it in less than 30 minutes.
Posts tagged with 'laravel'
Simplify your UI and UX by leveraging a pattern of skipping having a gigantic 'creation' form and instead jump straight to the 'edit' form for models.
A week or so ago, I contributed something Laravel i’ve wanted for a while - a way to skip running migrations unless a certain criteria is met.
I work through a few shortcomings of Laravel Cloud that don't make it a great fit for us just yet.
I've just published the first release of a little package to help you publish your PHP Enums to the frontend for use in your InertiaJS applications or with other libraries like Alpine.js.
Have you noticed that some of the more fluent method chains in Laravel never actually call a "run()" function - let me walk you through why.
Lazy loading is one of the biggest and best features of InertiaJS.