ComposerScripts

ComposerScripts class ComposerScripts (View source) Methods static void postInstall(Event $event) Handle the post-install Composer event. static void postUpdate(Event $event) Handle the post-update Composer event.

Composer::__construct()

void __construct(Filesystem $files, string $workingPath = null) Create a new Composer manager instance. Parameters Filesystem $files string $workingPath Return Value void

Composer::__construct()

void __construct(Filesystem $files, string|null $workingPath = null) Create a new Composer manager instance. Parameters Filesystem $files string|null $workingPath Return Value void

Composer::setWorkingPath()

$this setWorkingPath(string $path) Set the working path used by the class. Parameters string $path Return Value $this

Composer::setWorkingPath()

$this setWorkingPath(string $path) Set the working path used by the class. Parameters string $path Return Value $this

Composer::dumpOptimized()

void dumpOptimized() Regenerate the optimized Composer autoloader files. Return Value void

Composer::dumpOptimized()

void dumpOptimized() Regenerate the optimized Composer autoloader files. Return Value void

Composer::dumpAutoloads()

void dumpAutoloads(string $extra = '') Regenerate the Composer autoloader files. Parameters string $extra Return Value void

Composer::dumpAutoloads()

void dumpAutoloads(string $extra = '') Regenerate the Composer autoloader files. Parameters string $extra Return Value void

Composer

Composer class Composer (View source) Methods void __construct(Filesystem $files, string $workingPath = null) Create a new Composer manager instance. void dumpAutoloads(string $extra = '') Regenerate the Composer autoloader files. void dumpOptimized() Regenerate the optimized Composer autoloader files. $this setWorkingPath(string $path) Set the working path used by the class.