GenerateSitemap extends Command
Table of Contents
- $description : string
- The console command description.
- $signature : string
- The console command name.
- $staticUrls : mixed
- handle() : mixed
- Execute the console command.
Properties
$description
The console command description.
protected
string
$description
= 'Generate the sitemap.'
$signature
The console command name.
protected
string
$signature
= 'sitemap:generate'
$staticUrls
private
mixed
$staticUrls
= ['promociona-tu-negocio']
Methods
handle()
Execute the console command.
public
handle() : mixed