Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Comment contribuer à Symfony
Search
Sanpi
April 27, 2017
Programming
0
49
Comment contribuer à Symfony
Sanpi
April 27, 2017
Tweet
Share
More Decks by Sanpi
See All by Sanpi
Étendre composer
sanpii
0
25
Pushing (a little) the limits of your DIY electronics
sanpii
0
40
Tester son API REST
sanpii
0
73
Other Decks in Programming
See All in Programming
「とりあえず動く」コードはよい、「読みやすい」コードはもっとよい / Code that 'just works' is good, but code that is 'readable' is even better.
mkmk884
3
500
どうして手を動かすよりもチーム内のコードレビューを優先するべきなのか
okashoi
3
190
StarlingMonkeyを触ってみた話 - 2024冬
syumai
3
270
Monixと常駐プログラムの勘どころ / Scalaわいわい勉強会 #4
stoneream
0
280
Итераторы в Go 1.23: зачем они нужны, как использовать, и насколько они быстрые?
lamodatech
0
850
Recoilを剥がしている話
kirik
5
6.8k
Haze - Real time background blurring
chrisbanes
1
520
暇に任せてProxmoxコンソール 作ってみました
karugamo
2
720
103 Early Hints
sugi_0000
1
230
コンテナをたくさん詰め込んだシステムとランタイムの変化
makihiro
1
140
わたしの星のままで一番星になる ~ 出産を機にSIerからEC事業会社に転職した話 ~
kimura_m_29
0
180
Keeping it Ruby: Why Your Product Needs a Ruby SDK - RubyWorld 2024
envek
0
190
Featured
See All Featured
Gamification - CAS2011
davidbonilla
80
5.1k
The Power of CSS Pseudo Elements
geoffreycrofte
73
5.4k
How to train your dragon (web standard)
notwaldorf
88
5.7k
Facilitating Awesome Meetings
lara
50
6.1k
Raft: Consensus for Rubyists
vanstee
137
6.7k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
48
2.2k
The Invisible Side of Design
smashingmag
298
50k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
44
9.3k
Intergalactic Javascript Robots from Outer Space
tanoku
270
27k
Mobile First: as difficult as doing things right
swwweet
222
9k
Side Projects
sachag
452
42k
Building Your Own Lightsaber
phodgson
103
6.1k
Transcript
Comment contribuer ` a Symfony ? Sanpi 27 avril 2017
Comment j’ai contribu´ e ` a Symfony ? Sanpi 27
avril 2017
Comment j’ai contribu´ e ` a Symfony ?
Comment j’ai contribu´ e ` a Symfony ?
Par o` u commencer ?
Par o` u commencer ?
Par o` u commencer ?
Par o` u commencer ?
Par o` u commencer ?
Par o` u commencer ?
Par o` u commencer ? <?php # vlucas/phpdotenv $dotenv =
new Dotenv\Dotenv(__DIR__.'/../'); $dotenv->load();
Par o` u commencer ? <?php # vlucas/phpdotenv $dotenv =
new Dotenv\Dotenv(__DIR__.'/../'); $dotenv->load(); <?php # symfony/dotenv $dotenv = new Dotenv\Dotenv(); $dotenv->load(__DIR_ . '/../.env'/*, ... */ );
Coder
Coder
Coder
Cr´ eer la PR
Cr´ eer la PR
Cr´ eer la PR
Cr´ eer la PR
Cr´ eer la PR
Les robots
Les robots
Les robots
Les robots
Les robots
Les humains
Les humains
Les humains
Les humains
Les humains
Conclusion
Conclusion
Conclusion
Conclusion
R´ ef´ erences
R´ ef´ erences • github.com/sanpii/slides/releases/download/sfpot-2017-04/symfony-contrib.pdf • https://github.com/symfony/symfony/blob/master/CONTRIBUTING.md • http://fabien.potencier.org/symfony4-best-practices.html •
https://knpuniversity.com/screencast/micro-symfony/dotenv • https://github.com/carsonbot/carsonbot • http://fabbot.io