Skip to content

Instantly share code, notes, and snippets.

@codewithleader
Created January 19, 2023 13:54
Show Gist options
  • Select an option

  • Save codewithleader/99b90388d9e81b13a581cc2576224184 to your computer and use it in GitHub Desktop.

Select an option

Save codewithleader/99b90388d9e81b13a581cc2576224184 to your computer and use it in GitHub Desktop.
PHP - Terminal Commands. Para arrancar el servidor de PHP en un puerto especifico

Para correr los archivos en un servidor local:

  • php -S localhost:3043
  • Luego abrir el navegador con http://localhost:3043/01-hola-mundo.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment