Slate: shadcn-style UI for Laravel — in Blade, not React
If you’ve ever wanted shadcn-like composition in Laravel and ended up with React in a Blade app (or a paste tree of components you now own forever),…
Tech news from the best sources
If you’ve ever wanted shadcn-like composition in Laravel and ended up with React in a Blade app (or a paste tree of components you now own forever),…
Today's job: let people write email bodies with bold text, headings, links and inline images instead of a bare <textarea> . Straightforward fe…
Livewire Secure Properties 🔒 👉 View on GitHub: janecodelife/livewire-secure-properties An elegant, zero-configuration security package for Laravel L…
Wiremodal is a framework-agnostic modal package for Laravel, which allows to handle modals, so you don't have co configure them in all your projects…
Why JavaScript Calendar Libraries Fail Here The go-to solution for a calendar has been a JavaScript widget: FullCalendar, Pikaday, flatpickr, or one…
There's a common misconception that real-time features in Laravel require a WebSocket server, Redis pub/sub, and a tangle of JavaScript. For many us…
Today's work was a small piece of UX that's easy to underestimate: making an admin "browser" page scope itself to whatever you clicked to get there.…