Nwidart\Modules\Commands\SetupCommand::fire PHP Method

fire() public method

Execute the console command.
public fire ( ) : mixed
return mixed
    public function fire()
    {
        $this->generateModulesFolder();
        $this->generateAssetsFolder();
    }