ReadUserLog extends Command
Table of Contents
- $description : string
- The console command description.
- $signature : string
- The console command name.
- handle() : mixed
- Execute the console command.
Properties
$description
The console command description.
protected
string
$description
= 'Read Log file UserLogin and insert data to table logs'
$signature
The console command name.
protected
string
$signature
= 'readLog:UserLogin'
Methods
handle()
Execute the console command.
public
handle() : mixed