Create a Solana dApp from scratch
Loris Leive wrote a very comprehensive series on how to get started developing for Solana
Read more [lorisleiva.com]
Loris Leive wrote a very comprehensive series on how to get started developing for Solana
Read more [lorisleiva.com]
– doeken.org - submitted by Doeke Norg
Quick access to the highest or lowest value of a dataset.
Read more [doeken.org]
Join 9,500+ smart developers
Get my monthly newsletter with what I learn from running Spatie, building Oh Dear, and maintaining 300+ open source packages. Practical takes on Laravel, PHP, and AI that you can actually use.
No spam. Unsubscribe anytime. You can also follow me on X.
"Freek publishes a super resourceful and practical newsletter. A must for anyone in the Laravel space"
Here's the story behind JMac's efforts making Laravel Shift a success.
Read more [jasonmccreary.me]
I usually don't link to these kind of lists, but this one is great. Every one of the videos mentioned is a gem.
Read more [jcergolj.me.uk]
Bram has been running his excellent blog for 20 years now. Bram.us was the blog that inspired me to start with a blog of my own.
Highly recommend to check it every once in a while if you're into webdev (which I guess you are since you're reading this on freek.dev).
Read more [www.bram.us]
Here's a cool technique by Aaron Francis where he uses artisan commands to create daemons.
Read more [aaronfrancis.com]
Here's a nice way to go about filtering Carbon instances
Read more [tomerbe.co.uk]
I'm really proud of how our team at Spatie has pushed Flare this year. Here's a list of everything we improved. Spoiler: it's a lot!
Read more [flareapp.io]
Another impressive, feature rich release by the Tailwind team. Here's a rundown of all the new features.
– invariance.dev - submitted by Nicolas Beauvais
In some cases, the Laravel validator gives out too many details. What if we want to use the power of the validator without giving anything in the response?
Read more [invariance.dev]
Whenever I upgrade PHP, I seem to have troubles installing imagick. This command pecl install imagick always results in an error "'pcre2.h' file not found". To fix that error, you should issue these commands: brew install pcre2 ln -s /opt/homebrew/Cellar/pcre2/10.39/include/pcre2.h…
I'm proud to announce that we've released a new package called Laravel Health. As the name implies, this package can be used to monitor the health of your Laravel application.
It offers many checks out of the box, and an easy way to create custom checks. When something is wrong, you can get a notification, or view the status on a dashboard.
The package also offers deep integration with Oh Dear, allowing for even more robust monitoring
I want to tell you all about it in this blog post. Let's go!
I've used this little bash alias for many years to quickly run the tests inside of a project.
alias p="vendor/bin/phpunit"
With this alias in place, I can run the tests by typing "p" on the CLI. Nice!
For a long time, everything was great! But then, Pest appeared on the scene. It's an alternative test runner for PHP with a high focus on developer experience.
The default Laravel error page now has a dedicated Livewire tab.
Read more [flareapp.io]
– protone.media - submitted by Pascal Baljet
In this fourth post of the series, I've gathered new features added to Jobs and Queues in Laravel 8. Since the original release of 8.0 back in September 2020, Jobs and Queues got a bunch of significant updates that you don't want to miss.
Read more [protone.media]
A to-the-point summary of all awesome PHP features
Read more [front-line-php.com]
Earlier this week the PHP Foundation was announced. In this stream on GitHub, my buddies Christoph Rumpel, James Brooks and I discuss what we think this means for the future of PHP.
The past few weeks, I had a lot of fun coding up the new DNS check of Oh Dear. In this blogpost, you'll learn why you should monitor your DNS records and how Oh Dear makes this very easy.
Read more [ohdear.app]
For years, my team and I manually updated the changelog for our 250+ packages. Recently, we've improved how we go about this.
In this blog post, I'd like to tell you all about it.
– chriswhite.is - submitted by Chris White
Choosing between Swoole and Roadrunner in a Laravel Octane deployment can be overwhelming - in this post I compare the advantages and disadvantages of both.
Read more [chriswhite.is]