I'm a Laravel Contributor, finally!
I completely stole someone else's idea and managed to get something merged to Laravel core.
Dan Matthews
I'm a full stack developer, working with Laravel and JS. I'm based in the UK, and currently i'm building charity software at Social Sync.
I completely stole someone else's idea and managed to get something merged to Laravel core.
The new defer() helper is coming to Laravel soon. But you can get it today by writing this little helper function yourself.
I make pizza at home at least once a week, and sometimes i can't be bothered getting the pizza oven out, so i've included a few recipes here that will fit in your home oven.
Snippets are a new feature of Svelte 5 that allow you to define re-usable chunks of markup that can be passed around as state and props, and rendered when needed.
We're suffering an ADHD medication shortage in the UK right now, so I thought i'd pull together some resources for people looking for help and guidance on how best to find medication or alternatives.
Ever wanted a quick way to discard what you were working on? Look no further than the 'nah' alias.
I was diagnosed with ADHD after 2 years of fighting for a diagnosis on the NHS, here's a few things I learned and my experience with medication so far.
Svelte V5 is still in alpha, and a lot of things are still likely to change, but you can try it with InertiaJS today with ONE LINE of code changed.
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.