Commit 718ba19bb3eb95a349fb466e00a1d666b0949ee6
Update pengenalan-composer.md
k4ml committed on 2/6/2015, 9:18:57 AMParent: 292acbd11dde56873b12f727411a78c492daf230
Files changed
_tips/pengenalan-composer.md | changed |
_tips/pengenalan-composer.md | ||
---|---|---|
@@ -38,12 +38,12 @@ | ||
38 | 38 | |
39 | 39 | ```console |
40 | 40 | php composer.phar install |
41 | 41 | ``` |
42 | -``` | |
43 | -Loading composer repositories with package information | |
44 | -Installing dependencies (including require-dev | |
45 | -``` | |
42 | +Anda akan mendapat output lebih kurang seperti berikut apabila selesai:- | |
43 | + | |
44 | +<a href="http://imgur.com/tVjCE09"><img src="http://i.imgur.com/tVjCE09.png" title="source: imgur.com" /></a> | |
45 | + | |
46 | 46 | Setelah `composer` selesai download, anda boleh mula menggunakan library tersebut dalam *script* PHP anda dengan hanya menambah baris berikut:- |
47 | 47 | |
48 | 48 | ```php |
49 | 49 |
Built with git-ssb-web