326 followers
Hi, I’m Dave. A Laravel Developer. I love to build Laravel apps using the TALL stack.
Hi there, I'm taking part in Run 100 Miles October 2024 to support Young Lives vs Cancer to raise funds for children and young people with...
PHPStan is a static analysis tool for PHP that focuses on finding bugs in your code without actually running it. By analyzing your codebase, PHPStan...
Stashing Changes When working on a project, you might find yourself in a situation where you need to switch branches or pull updates from a remote...
Are you looking to enhance your Laravel Livewire projects with top-notch UI components? Look no further! In this article, we explore some of the best...
If you've ever tried to test your Stripe integration, you'll know how challenging it can be. The Stripe SDK uses lots of static methods that are hard...
What is a composer script? A composer script is a set of custom commands defined in a composer.json file. It lets you automate tasks like running...