PHP
You might not need a repository in Laravel: 3 alternatives
We will crack the controversy of the repository pattern in Laravel. The good and the bad, and what alternatives we can use to build a maintainable codebase. Read more
We will crack the controversy of the repository pattern in Laravel. The good and the bad, and what alternatives we can use to build a maintainable codebase. Read more
Learn about imposter syndrome, its causes and how to combat it in the field of programming. Read more
[AdSense-A]
I'm happy to announce that we've released another new package: spatie/laravel-help-space. This one makes it easy to populate a custom sidebar in HelpSpace with the data from your Laravel app. In this blog post, I'd like to tell you all about it.
A new series on writing a static analyser for PHP in Rust. Read more
Tighten programmer Alison shares an intro to terminable middleware in Laravel. This type of middleware does work after the HTTP response is sent to the browser. Learn when to use it, and a some gotchas. Read more…
I’m very proud that we have added a new check to Oh Dear. Read more
Bert shows us a hidden Laravel gem! Read more
Let’s walk through how to use Carbon, CarbonPeriod, and Laravel Collections to create a custom calendar in your Laravel apps. Read more
Here’s a strategy for soft deletes where you move data to another table instead of leaving it in-place. Read more
What I’ve come to realize, though, is that anyone can write code that seems complicated. The hard thing is solving complex problems with simple code. Read more