Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 476 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 476 Bytes

HubSpot-Php private app starter

Setup App

Make sure you have Php 7.3+ and Composer installed.

Configure

  1. Copy .env.template to .env
  2. Paste your HUBSPOT_CLIENT_ID and HUBSPOT_CLIENT_SECRET

Install

composer i

Running

php -S localhost:8000 -t src/public

You should now be able to navigate to http://localhost:8000 and use the application.