|
|
|
@ -15,7 +15,7 @@ Original author: Daniel Gomes <me@danielcsgomes.com> |
|
|
|
## Aliases |
|
|
|
## Aliases |
|
|
|
|
|
|
|
|
|
|
|
| Alias | Command | Description | |
|
|
|
| Alias | Command | Description | |
|
|
|
| ------ | ---------------------------- | --------------------------------------------------------------------------------------- | |
|
|
|
| ------ | ---------------------------------- | --------------------------------------------------------------------------------------- | |
|
|
|
| `c` | `composer` | Starts composer | |
|
|
|
| `c` | `composer` | Starts composer | |
|
|
|
| `ccp` | `composer create-project` | Create new project from an existing package | |
|
|
|
| `ccp` | `composer create-project` | Create new project from an existing package | |
|
|
|
| `cdo` | `composer dump-autoload -o` | Converts PSR-0/4 autoloading to classmap for a faster autoloader (good for production) | |
|
|
|
| `cdo` | `composer dump-autoload -o` | Converts PSR-0/4 autoloading to classmap for a faster autoloader (good for production) | |
|
|
|
@ -32,3 +32,4 @@ Original author: Daniel Gomes <me@danielcsgomes.com> |
|
|
|
| `cs` | `composer show` | Lists available packages, with optional filtering | |
|
|
|
| `cs` | `composer show` | Lists available packages, with optional filtering | |
|
|
|
| `csu` | `composer self-update` | Updates composer to the latest version | |
|
|
|
| `csu` | `composer self-update` | Updates composer to the latest version | |
|
|
|
| `cu` | `composer update` | Updates composer dependencies and `composer.lock` file | |
|
|
|
| `cu` | `composer update` | Updates composer dependencies and `composer.lock` file | |
|
|
|
|
|
|
|
| `cuh` | `composer update -d <config-home>` | Updates globally installed packages | |
|
|
|
|