Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Feb 9, 2015: Open Source Workshop - Chicago PHP UG

Feb 9, 2015: Open Source Workshop - Chicago PHP UG

The slides from the Chicago PHP UG Open Source Workshop on Feb 9, 2015.

The links from the slides:

**Announcements**
Chicago PHP UG: http://www.meetup.com/Chicago-PHP-User-Group/
Laravel Chicago UG: http://www.meetup.com/laravel-chicago/
Facebook developers Chicago UG: http://www.meetup.com/chicago-facebook-development/
Laravel Workshop: https://www.eventbrite.com/e/laravel-5-workshop-tickets-15279463286

**Sponsors**
SammyK Media: https://www.sammykmedia.com/
The Shift: http://www.theshiftchicago.com/

**Open Source Tools**
Test project: https://github.com/ChiPHP/good-time-playground
Facebook PHP SDK: https://github.com/facebook/facebook-php-sdk-v4
Facebook PHP SDK TODO list: https://github.com/SammyK/facebook-php-sdk-v4/issues/1
Git: http://git-scm.com/
GitHub: https://github.com/
Composer: https://getcomposer.org/
Git & PHP on Windows help: https://gist.github.com/dragonmantank/b342a690bf3ab4fef1c2

Sammy Kaye Powers

February 09, 2015
Tweet

More Decks by Sammy Kaye Powers

Other Decks in Education

Transcript

  1. Open Source On GitHubTL;DR • Fork the repo to your

    account • Run git clone <repo> • Add alias: git remote add upstream <repo> • Make a branch: git checkout -b my-feature • Stage & Commit changes • Push to your repo: git push origin my-feature • Submit a pull request (PR) • Get feedback and make tweaks • Push to your repo again