These are some development tips that I felt like they were worth sharing to assist others who are working on the project.
If you are using Visual Studio Code and are not willing to spin up a full php/mysql web server on your local machine just to do this project, you may benefit from these tips.
I'll be assuming the following:
- You'll use Visual Studio Code
- You'll use a GitHub repo (or similar) for collaborating on the project
- This is your first (and maybe last) php coding project