class ComposerScripts

Methods

static void
postInstall(Event $event)

Handle the post-install Composer event.

static void
postUpdate(Event $event)

Handle the post-update Composer event.

static void
postAutoloadDump(Event $event)

Handle the post-autoload-dump Composer event.

static void
prePackageUninstall(PackageEvent $event)

Handle the pre-package-uninstall Composer event.

static void
clearCompiled()

Clear the cached Hypervel bootstrapping files.

Details

at line 22
static void postInstall(Event $event)

Handle the post-install Composer event.

Parameters

Event $event

Return Value

void

at line 32
static void postUpdate(Event $event)

Handle the post-update Composer event.

Parameters

Event $event

Return Value

void

at line 42
static void postAutoloadDump(Event $event)

Handle the post-autoload-dump Composer event.

Parameters

Event $event

Return Value

void

at line 52
static void prePackageUninstall(PackageEvent $event)

Handle the pre-package-uninstall Composer event.

Parameters

PackageEvent $event

Return Value

void

at line 89
static protected void clearCompiled()

Clear the cached Hypervel bootstrapping files.

Return Value

void