Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 209 Bytes

File metadata and controls

9 lines (6 loc) · 209 Bytes

php-github

Run the app

  • composer install
  • composer dump-autoload
  • php -S localhost:8000 -t public

If you have this port ocuped by other aplication, just change it for other like 8100, 8080 or 9000.