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

MiddlewareMakeCommand

Extends

Uses

Properties

protected

$name string

The console command name.

Default: 'make:middleware'
protected

$description string

The console command description.

Default: 'Create a new middleware class'
protected

$type string

The type of class being generated.

Default: 'Middleware'

Methods

protected

getStub ( ) : string

Get the stub file for the generator.

protected

resolveStubPath ( $stub ) : string

Resolve the fully-qualified path to the stub.

Parameters

  • $stub string
protected

getDefaultNamespace ( $rootNamespace ) : string

Get the default namespace for the class.

Parameters

  • $rootNamespace string