PHP Class Monorepo\Build
The build step is very simple and consists of generating a
vendor/autoload.php file similar to how Composer generates it.
Prototype at Monorepo funtionality. No change detection yet.
Show file
Open project: beberlei/composer-monorepo-plugin
Class Usage Examples
Public Methods
Method |
Description |
|
__construct ( Composer\IO\IOInterface $io = null ) |
|
|
build ( $rootDirectory, $optimize = false, $noDevMode = false ) |
|
|
loadPackages ( $rootDirectory ) |
|
|
Private Methods
Method Details
__construct()
public method
public __construct ( Composer\IO\IOInterface $io = null ) |
$io |
Composer\IO\IOInterface |
|
public build ( $rootDirectory, $optimize = false, $noDevMode = false ) |
loadPackages()
public method