Skip to content

Instantly share code, notes, and snippets.

@sen0rxol0
Last active March 3, 2021 15:03
Show Gist options
  • Save sen0rxol0/49a7dd222786eafeec82941987426d5b to your computer and use it in GitHub Desktop.
Save sen0rxol0/49a7dd222786eafeec82941987426d5b to your computer and use it in GitHub Desktop.
Serveur web facile sur macOS avec PHP

Serveur web locale facile sur macOS avec PHP

Étape 1 ==> Installer Homebrew

Allez sur le site https://brew.sh/ et suivez les instructions.

Étape 2 ==> Installation de PHP

Suite a l'installation d'Homebrew tapez la commande brew install php sur votre terminal et patientez.

Étape 3 ==> Lancer un serveur sur localhost

En terminal, parcourez vos dossiers jusqu'au dossier où vous gardez votre projet et tapez la commande php -S localhost:5500

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment