class Illuminate / Foundation / ComposerScripts
You are viewing an older version of the documentation. For the latest, please visit master documentation.

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.