class Illuminate / Foundation / ComposerScripts
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

ComposerScripts

Methods

public static

postInstall ( Composer\...\Event $event ) : void

Handle the post-install Composer event.

Parameters

  • $event Composer\...\Event
public static

postUpdate ( Composer\...\Event $event ) : void

Handle the post-update Composer event.

Parameters

  • $event Composer\...\Event
public static

postAutoloadDump ( Composer\...\Event $event ) : void

Handle the post-autoload-dump Composer event.

Parameters

  • $event Composer\...\Event
protected static

clearCompiled ( ) : void

Clear the cached Laravel bootstrapping files.