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
clearCompiled()

Clear the cached Laravel bootstrapping files.

Details

at line 15
static void postInstall(Event $event)

Handle the post-install Composer event.

Parameters

Event $event

Return Value

void

at line 28
static void postUpdate(Event $event)

Handle the post-update Composer event.

Parameters

Event $event

Return Value

void

at line 40
static protected void clearCompiled()

Clear the cached Laravel bootstrapping files.

Return Value

void