Documentation

PublishViews extends Command
in package

Table of Contents

Properties

$description  : string
The console command description.
$signature  : string
The name and signature of the console command.

Methods

handle()  : mixed
Execute the console command.
warnIfAlreadyExists()  : string|bool

Properties

$description

The console command description.

protected string $description = 'Publish the view files'

$signature

The name and signature of the console command.

protected string $signature = "loom:views\n {--force : Force create all views without asking.}\n {--skip : Skip views that already exist.}"

Methods

handle()

Execute the console command.

public handle() : mixed

warnIfAlreadyExists()

protected warnIfAlreadyExists(mixed $path) : string|bool
Parameters
$path : mixed
Return values
string|bool

        
On this page

Search results