Merge pull request #1366 from tommic/patch-1

Adding command to update autoloader files
This commit is contained in:
Rico Sta. Cruz 2020-02-23 20:37:45 +11:00 committed by GitHub
commit 0c7e52aafc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -39,6 +39,12 @@ local dependencies to the last committed state. If that file is modified on the
This command changes only the `composer.lock` file.
### Updating autoloader
| Command | Description |
| --- | --- |
| `composer dumpautoload -o` | Generates optimized autoload files |
### Adding packages
| Command | Description |