Nwidart\Modules\Commands\SetupCommand::fire PHP Méthode

fire() public méthode

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