Categorie: Development
-
How to hot-link assets to production?
This is tested for WordPress and assumes there is no hot-link protection in place. One of the painpoint I had for the past decade was: how to create a local development of a live environment without copying all the files locally. Sometimes copying files is not really the best option as it will use lots…
-
Get the best out of DDEV
I’m a Windows guy. I’ve always was, I’ll (probably?) always be. But I’m also a developer that writes quite a lot of PHP, so sometimes things aren’t working as smooth as I would like. Until recently, my dev environment was a windows nginx.exe with a bunch of php.exe wired up and everything used to work…