logoalt Hacker News

al_borlandtoday at 12:58 AM1 replyview on HN

I’m the same way, even for little side projects at work. Basic old-school PHP is effortless to setup and maintain on a server. It just works. This means my little side project can remain a little side project, instead of become a burden with a bunch of unnecessary complexity that modern frameworks introduce.

Anytime a hello-work tutorial starts with running a command that generates 50 boilerplate folders/files, I die a little inside.


Replies

trumpdongtoday at 1:23 AM

What's your web server? To connect PHP with nginx you need a bunch of arcane configuration.

show 1 reply