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

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