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

ViewCacheCommand

Extends

Properties

protected

$signature string

The name and signature of the console command.

Default: 'view:cache'
protected

$description string

The console command description.

Default: 'Compile all of the application's Blade templates'

Methods

public

handle ( ) : mixed

Execute the console command.

protected

compileViews ( Collection $views ) : void

Compile the given view files.

Parameters

protected

bladeFilesIn ( array $paths ) : Collection

Get the Blade files in the given path.

Parameters

  • $paths array
protected

paths ( ) : Collection

Get all of the possible view paths.