|
@@ -29,9 +29,8 @@ php composer.phar install
|
|
|
<h2>Autoload Dependencies</h2>
|
|
|
<p>If all your packages follow the <a href="https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md">PSR-0</a> standard, you can autoload all the dependencies by adding this to your code:</p>
|
|
|
<pre>
|
|
|
-require '.composer/autoload.php';
|
|
|
+require 'vendor/.composer/autoload.php';
|
|
|
</pre>
|
|
|
- <p>The .composer directory will be created besides the composer.json file, so adjust the path if needed</p>
|
|
|
|
|
|
<p><a href="{{ path('browse') }}">Browse</a> the packages we have to find more great libraries you can use in your project.</p>
|
|
|
</div>
|