Hacker News new | ask | show | jobs
by madduci 1918 days ago
Honestly, I've never seen a faster stack than the LAMP one.

Yes, you're reading it right: even in 2021, PHP gets the job done in a fast way, prototyping is easy and the deployment is even easier. Just buy a hosting plan and you're done.

You can use zero package management or you can adopt Composer to get things modern.

The Frontend? Just drop some HTML/PHP files with Bootstrap or TailwindCSS and you're good to go

1 comments

Vanilla PHP or some framework?