Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 601 Bytes

File metadata and controls

15 lines (8 loc) · 601 Bytes

php-app

A minimalist PHP skeleton for creating bespoke applications from the ground up on Heroku Dynos and DigitalOcean Apps.

Start a Local Development Environment

Want to test this project on a local windows environment? Make sure php is installed and the php executable is in present in your PATH variable. While inside this folder on a terminal run the following command:

heroku local -f Procfile.windows

or inside a Windows Powershell:

.\run.ps1

Here's a tip: type ru then press tab to tab complete the above command. 4 keystrokes for a development environment is hard to beat!