Skip to content

Instantly share code, notes, and snippets.

@faresd
Last active January 30, 2020 16:58
Show Gist options
  • Save faresd/d5b2354a5f70aa928ae668c8fd17f8cc to your computer and use it in GitHub Desktop.
Save faresd/d5b2354a5f70aa928ae668c8fd17f8cc to your computer and use it in GitHub Desktop.
Run Prismic PHP Website starter on windows 10
install XAMPP
https://www.apachefriends.org/index.html
install composer
https://getcomposer.org/download/
run composer in project root
php composer.phar install
Add composer to Environment Variable
https://stackoverflow.com/a/43051862/6007376
Run the application in Windows PowerShell
cd /public
php -S localhost:8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment