1
0
Fork 0

Update 01-basic-usage.md

Hello,

I just updated the link 😉.
pull/8604/head
Abdouni Abdelkarim 2020-02-13 15:06:09 +01:00 committed by GitHub
parent 4d74f5ba95
commit 9c5f1f2748
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -248,7 +248,8 @@ php composer.phar dump-autoload
```
This command will re-generate the `vendor/autoload.php` file.
See the [`dump-autoload`](03-cli.md#dump-autoload) section for more information.
See the [`dump-autoload`](03-cli.md#dump-autoload-dumpautoload-) section for
more information.
Including that file will also return the autoloader instance, so you can store
the return value of the include call in a variable and add more namespaces.