Skip to content

Commit 32dbc65

Browse files
author
Joe Wallace
committed
Merged README conflict
2 parents 3b7f525 + 92dc062 commit 32dbc65

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Not sure what's going on here? Here are the [Laravel docs](http://laravel.com/docs), and here are the [Composer docs](http://getcomposer.org/doc/).
44

5-
I can't take much credit at all for what's going on here. Pretty much all the credit goes to the [Laravel](http://laravel.com/) and [Composer](http://getcomposer.org/) people.
5+
I can't take much credit at all for what's going on here. Praise and adoration go to the [Laravel](http://laravel.com/) and [Composer](http://getcomposer.org/) people.
66

77
### Quick Start
88

@@ -102,8 +102,14 @@ Monolog will be available anywhere in your Laravel application, so you could say
102102

103103
### More thoughts
104104

105+
#### Running ```php artisan composeur::cli:update``` versus ```php composer.phar update```
106+
105107
It's not necessary to use the composeur bundle's Cli task to run Composer. Running ```php artisan composeur::setup``` installs composer.phar in the ```{base}``` directory, so from there you can simply run ```php composer.phar [command]```.
106108

107-
If you choose, you need not create ```application/config/composeur.php```. As mentioned above, after the composeur bundle is setup, you can use it from the ```{base}``` directory, so just create your own ```composer.json``` file there and get going. **Warning:** if you create your own ```composer.json``` and later create ```application/config/composeur.php```, your ```composer.json``` might get eaten.
109+
#### Not adding ```application/config/composeur.php```
110+
111+
If you choose, you need not create ```application/config/composer.php```. As mentioned above, after the composer bundle is setup, you can use it from the ```{base}``` directory, so just create your own ```composer.json``` file there and get going. **Warning:** if you create your own ```composer.json``` and later create ```application/config/composer.php```, your ```composer.json``` might get eaten.
112+
113+
#### Autoloaders and namespace conflicts
108114

109115
This bundle adds Composer's autoloader to PHP's collection of autoloaders. It's added after Laravel's, so Laravel should have the first shot at resolving classes and namespaces. I suppose this means there is *some* chance of namespaces being resolved by Laravel when you want them to be resolved by Composer, but I guess you can figure that out.

0 commit comments

Comments
 (0)