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

ViewClearCommand

Extends

Properties

protected

$name string

The console command name.

Default: 'view:clear'
protected

$description string

The console command description.

Default: 'Clear all compiled view files'
protected

$files Filesystem

The filesystem instance.

Default: null

Methods

public

__construct ( Filesystem $files ) : void

Create a new config clear command instance.

Parameters

public

handle ( ) : void

Execute the console command.