MarvinLabs\SetupWizard\Controllers\WizardController::showStep PHP Method

showStep() public method

Show the form to setup the current step
public showStep ( ) : Illuminate\Http\Response
return Illuminate\Http\Response
    public function showStep()
    {
        return view()->make('setup_wizard::steps.default');
    }