I use Laravel Sail on a regular basis across all my projects and it's amazing.
If you don't use VSCode, I would also recommend that. There's a feature in VSCode called "Remote Containers" that lets you basically write code inside your dev container. That means the integrated terminal is also automatically inside the container, which is super useful for stuff like running tests and all that.
It's definitely a bit more to set up than something like PHPStorm, but I definitely enjoy the practicality of having everything neatly tied into their own containers.
Edit I also see your blog isn't secured, I'd recommend slapping a cert on that bad boy. Even if you're not doing anything sensitive, it adds to the legitimacy of the project.