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.

static void
postAutoloadDump(Event $event)

Handle the post-autoload-dump Composer event.

static void
clearCompiled()

Clear the cached Laravel bootstrapping files.

Details

static void postInstall(Event $event)

Handle the post-install Composer event.

Parameters

Event $event

Return Value

void

static void postUpdate(Event $event)

Handle the post-update Composer event.

Parameters

Event $event

Return Value

void

static void postAutoloadDump(Event $event)

Handle the post-autoload-dump Composer event.

Parameters

Event $event

Return Value

void

static protected void clearCompiled()

Clear the cached Laravel bootstrapping files.

Return Value

void