Evercode1\ViewMaker\MakeChart::handle PHP Method

handle() public method

Execute the console command.
public handle ( ) : mixed
return mixed
    public function handle()
    {
        $this->setConfig();
        $this->checkRequirements();
        if ($this->InsertChartIntoFiles()) {
            $this->sendSuccessMessage();
            return;
        }
        $this->error('Oops, something went wrong!');
    }