Adding command to update autoloader files
This commit is contained in:
parent
b5cd93a09f
commit
187fc495d3
|
@ -39,6 +39,11 @@ local dependencies to the last committed state. If that file is modified on the
|
||||||
|
|
||||||
This command changes only the `composer.lock` file.
|
This command changes only the `composer.lock` file.
|
||||||
|
|
||||||
|
### Updating autoloader
|
||||||
|
| Command | Description |
|
||||||
|
| --- | --- |
|
||||||
|
| `composer dumpautoload -o` | Generates optimized autoload files |
|
||||||
|
|
||||||
### Adding packages
|
### Adding packages
|
||||||
|
|
||||||
| Command | Description |
|
| Command | Description |
|
||||||
|
|
Loading…
Reference in New Issue