HACKER Q&A
📣 riantogo

Easiest way to launch a simple PHP website


Now “easiest” and “launch” could mean many different things. So let me be specific.

-A simple CRUD web app

-No new sytax to learn (just good ol' PHP)

-Simple flexible front end library (I have used Materialize CSS, is that the best?)

-Any easy way to make the MySQL pieces easier to manage? Any boilerplates?

-Any end to end integrated development environment? I have codeanywhere subscription and inmotion hosting. Is that good?

Essentially I have decent experience with PHP/MySQL from past and want to launch a simple CRUD website using as much off-the-shelf pieces as possible. Looking for the easiest path to get there.

It will be a bonus if I can wrap it into a mobile app someday as it uses location.

Also want to avoid commandline in the journey if possible. It trips me up bad.

Thanks in advance.