class Illuminate / Foundation / Console / PackageDiscoverCommand

PackageDiscoverCommand

Extends

Properties

protected

$signature string

The console command signature.

Default: 'package:discover'
protected

$description string

The console command description.

Default: 'Rebuild the cached package manifest'

Methods

public

handle ( PackageManifest $manifest ) : void

Execute the console command.

Parameters