Documentation

ComposerScripts
in package

Table of Contents

postAutoloadDump()  : void
Handle the post-autoload-dump Composer event.
postInstall()  : void
Handle the post-install Composer event.
postUpdate()  : void
Handle the post-update Composer event.
clearCompiled()  : void
Clear the cached Laravel bootstrapping files.

Methods

postAutoloadDump()

Handle the post-autoload-dump Composer event.

public static postAutoloadDump(Event $event) : void
Parameters
$event : Event
Return values
void

postInstall()

Handle the post-install Composer event.

public static postInstall(Event $event) : void
Parameters
$event : Event
Return values
void

postUpdate()

Handle the post-update Composer event.

public static postUpdate(Event $event) : void
Parameters
$event : Event
Return values
void

clearCompiled()

Clear the cached Laravel bootstrapping files.

protected static clearCompiled() : void
Return values
void

Search results