Skip to content

Instantly share code, notes, and snippets.

@decima
Created February 12, 2018 21:57
Show Gist options
  • Save decima/dec96c5d7fab2698fba45554a08f8345 to your computer and use it in GitHub Desktop.
Save decima/dec96c5d7fab2698fba45554a08f8345 to your computer and use it in GitHub Desktop.
composer create-project symfony/skeleton test_sf4
cd test_sf4
composer require requirements-checker
php -S 0.0.0.0:9999 public
then go to ip_of_the_server:9999/check.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment