class
Illuminate
/
Foundation
/
Console
/
RouteClearCommand
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
RouteClearCommand
Extends
Properties
protected
$name string
The console command name.
Default: 'route:clear'
protected
$description string
The console command description.
Default: 'Remove the route cache file'
Methods
public
__construct ( Filesystem $files ) : void
Create a new route clear command instance.
Parameters
- $files Filesystem
public
handle ( ) : void
Execute the console command.