Skip to content

Instantly share code, notes, and snippets.

@isidromerayo
Created September 3, 2012 18:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isidromerayo/3612021 to your computer and use it in GitHub Desktop.
Save isidromerayo/3612021 to your computer and use it in GitHub Desktop.
Complete install and test my proyect https://github.com/isidromerayo/simple_php_skeleton
#!/bin/sh
curl -s https://getcomposer.org/installer | php
php composer.phar create-project isidromerayo/simple_php_skeleton --dev
cd simple_php_skeleton
bin/phpunit
@jezreljane
Copy link

cool.. :)

Copy link

ghost commented Sep 3, 2012

Congrats. You were the first to complete the course.

@isidromerayo
Copy link
Author

Thanks!

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