WinterManifest

Console command to generate a release/tag manifest for Winter CMS version checks.

 class System\Console\WinterManifest
extends Illuminate\Console\Command

Properties

protected $description : string

The console command description.

protected $hidden : bool

Indicates whether the command should be shown in the Artisan command list.

protected $signature : string

The name and signature of the console command.

Methods

public __construct ()

Create a new command instance.

Returns
mixed

public handle () : void

Execute the console command.

Returns
void

protected getVersionInt (string $version) : int

Converts a version string into an integer for comparison.

Parameters
Property Description
$version
string
Returns
int
Copyright © 2024 Winter CMS