53 Commits (b7c827c2e5cc407496ea90e3334ad41124b93da5)

Author SHA1 Message Date
Tomáš Votruba 0924318c17 Readme: 00-intro - use __DIR__
It is best practice to use `__DIR__` constant. Also it's used in `autoload.php` itself.
9 years ago
Josh Pollock 76a0e818b5 Improve notice about /usr/local/bin 10 years ago
Josh Pollock 59141c8663 Add note about /usr not existing in OSX Yosemite by default.
BTW Seriously Apple?
10 years ago
Rob 2e4cb8be33 scrapping next line 10 years ago
Rob d26f817cfd rewriting some documentation sections 10 years ago
Jordi Boggiano d515577560 Fix wording, refs #3466 10 years ago
Paul Schell 62bcc3996b Update 00-intro.md 10 years ago
Andrew Kreps fe33d7a347 Updated to reflect new tap names for php in OSX homebrew. 10 years ago
Jose Diaz-Gonzalez 5a4ead4290 Add missing tap for homebrew installation 10 years ago
Jordi Boggiano dcea95feba Update brew instructions, closes #2919 10 years ago
Jordi Boggiano 0c85ca426d Add code-fences to examples for syntax highlighting 10 years ago
Evan-R ee6a843b8e add note for alternate download method in case curl fails 10 years ago
zeke c16f83a8c8 use php 5.5 in homebrew instructions 10 years ago
zeke 8c382d4929 forget a homebrew step that's required for php installation 10 years ago
zeke dbbe91135e update homebrew instructions 10 years ago
Jordi Boggiano c7d5da89c8 Fix doc note 11 years ago
Jordi Boggiano 8dd0594983 Cleaner install instruction without curl 11 years ago
ernest leitch ebece5a3b9 Update 00-intro.md
Updated spelling
11 years ago
ernest leitch 1e4ace764d Update 00-intro.md
Added note to help install PHP via brew if it's missing.
11 years ago
Jordi Boggiano 28abb08da8 Move homebrew docs to the docs 11 years ago
Peter Kokot 6bbd2b2803 doc intro and libraries typos 11 years ago
jos101 8bbb6b9190 Update 00-intro.md 11 years ago
jos101 14260d09c5 Enable php_openssl.dll in php.ini
it specifies to enable the extension php_openssl.dll in php.ini. When php_openssl.gll is disabled, the command show an error in the function file_get_contents but not specify that is necesary to enable php.ini.
11 years ago
Jordi Boggiano cf6cb35abd Remind people to use sudo, refs #1807 11 years ago
sclarson f6b39e4c40 removes sudo from global installation
The /usr/local/bin folder should require sudo access.
11 years ago
Igor Wiedler c1a4e5d43b Add curl -sS everywhere 12 years ago
hakre 9cdc571092 Updated Windows manual installation guide
- The batchfile is not more than a one-liner.
- You don't need notepad to create the batchfile.
12 years ago
Jordi Boggiano fed72a4803 Add system requirements to the docs, fixes #1472 12 years ago
Jordi Boggiano d925598f1d Rephrase/reformat some of the intro, refs #1450 12 years ago
Brad Parbs 9f80a4fcc8 Updated Doc 00-intro to be more clear
As I was going through the docs, it leads you to do a 'composer install' somewhere where it will not work, if you are following along with installation and such. It is assuming you have a 'composer.json' file in the directory already, which you may not.
12 years ago
Jordi Boggiano 83cd5dd092 Change docs URLs to point to HTTPS versions of the sites 12 years ago
Jordi Boggiano e90955b8b9 Fix windows setup instructions, fixes #1262 12 years ago
Jordi Boggiano 532f237003 Reorganize intro page a bit 12 years ago
Jordi Boggiano 6485f7eef3 Add setup instructions 12 years ago
Jordi Boggiano 0342c30415 Merge remote-tracking branch 'cloakedninjas/master' 12 years ago
Peter Bowyer 03c5d9c75b Update monlolog to 1.2.*
I slavishly followed these instructions when learning how to use Composer, then wondered why Monolog didn't behave per its documentation (`addNotice()` is missing in 1.0.*)
12 years ago
Michael De Wildt 32e34156ad Fixed typo 12 years ago
Daniel Jackson 53b20367ec Windows installation guide
Downloading via file_get_contents & creation of BAT file
12 years ago
Matthew Weier O'Phinney 990a36ac09 Update doc/00-intro.md
Updated the schema to getcomposer.org to use https instead of http.
12 years ago
Kyle Robinson Young 6375bc5551 Typo fixes 12 years ago
Grégoire Pineau 3068e92446 [Doc] Added a note to install composer globally 12 years ago
Daniel Mecke 133f3317ee fixed typo 12 years ago
Jordi Boggiano 22fe296ad0 Move .composer files out into the vendor dir, fixes #497 12 years ago
Jordi Boggiano 1a32b15003 Fix docs 12 years ago
Ryan Weaver caf29268be Tweaks per @igorw and @Seldaek. Biggest change is the capitalization of Composer (in these first 2 chapters so far) when we're talking about the actual library 12 years ago
Ryan Weaver 903eff10eb Proofreading the first and second chapters of the very well-written docs
Changes are mostly wording, rephrasing. I did remove some duplicate content between the intro and the basic usage
12 years ago
Wil Moore III 1ee715ead5 updated intro and basic-usage to reflect new --install-dir option 12 years ago
Travis Northcutt cee5fed25f added prev/next links to docs 12 years ago
Jordi Boggiano 605fae42a6 Remove fenced blocks in docs 13 years ago
Igor Wiedler 672e7d85a1 [docs] re-word some things, document env vars 13 years ago