|
@@ -38,7 +38,7 @@ php composer.phar install
|
|
<h2>Autoload Dependencies</h2>
|
|
<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>
|
|
<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>
|
|
<pre>
|
|
-require 'vendor/.composer/autoload.php';
|
|
|
|
|
|
+require 'vendor/autoload.php';
|
|
</pre>
|
|
</pre>
|
|
|
|
|
|
<p><a href="{{ path('browse') }}">Browse</a> the packages we have to find more great libraries you can use in your project.</p>
|
|
<p><a href="{{ path('browse') }}">Browse</a> the packages we have to find more great libraries you can use in your project.</p>
|