mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-09-01 09:22:56 +02:00
Move Communities chapter down and split up in sections
This commit is contained in:
21
_posts/17-01-01-Community.md
Normal file
21
_posts/17-01-01-Community.md
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
anchor: community
|
||||
---
|
||||
|
||||
# Community {#community_title}
|
||||
|
||||
The PHP community is as diverse as it is large, and its members are ready and willing to support new PHP programmers.
|
||||
Consider joining your local PHP user group (PUG) or attending larger PHP conferences to learn more about the best
|
||||
practices shown here. You can hang out on IRC in the #phpc channel on [irc.freenode.com][php-irc] and follow the
|
||||
[@phpc][phpc-twitter] twitter account. Get out there, meet new developers, learn new topics, and above all, make new
|
||||
friends! Other community resources include the Google+ PHP [Programmer community][php-programmers-gplus] and
|
||||
[StackOverflow][php-so].
|
||||
|
||||
[Read the Official PHP Events Calendar][php-calendar]
|
||||
|
||||
|
||||
[php-irc]: http://webchat.freenode.net/?channels=phpc
|
||||
[phpc-twitter]: https://twitter.com/phpc
|
||||
[php-programmers-gplus]: https://plus.google.com/u/0/communities/104245651975268426012
|
||||
[php-so]: http://stackoverflow.com/questions/tagged/php
|
||||
[php-calendar]: http://php.net/cal.php
|
Reference in New Issue
Block a user