PHP Class Devise\Support\Installer\InstallerController

Inheritance: extends Illuminate\Routing\Controller
Datei anzeigen Open project: devisephp/cms

Public Methods

Method Description
__construct ( Framework $Framework, InstallWizard $InstallWizard ) [__construct description]
getApplication ( ) : Response Sets up the application
getAssets ( ) : [type] [getAssets description]
getCreateUser ( ) : View Show the create user page
getDatabase ( ) : View Show the database page
getEnvironment ( ) : View Show environment page
getIndex ( ) : Redirect Welcome the installer/admin
getInformInstallAssets ( ) : [type] [getInformInstallAssets description]
getWelcome ( ) : View Welcome the installer/admin
postApplication ( ) : Redirect Save the application setup
postCreateUser ( ) : Redirect Save the new user and redirect them to the settings wizard
postDatabase ( ) : Redirect Save the database
postEnvironment ( ) : Redirect Save the environment

Method Details

__construct() public method

[__construct description]
public __construct ( Framework $Framework, InstallWizard $InstallWizard )
$Framework Devise\Support\Framework
$InstallWizard InstallWizard

getApplication() public method

Sets up the application
public getApplication ( ) : Response
return Response

getAssets() public method

[getAssets description]
public getAssets ( ) : [type]
return [type]

getCreateUser() public method

Show the create user page
public getCreateUser ( ) : View
return View

getDatabase() public method

Show the database page
public getDatabase ( ) : View
return View

getEnvironment() public method

Show environment page
public getEnvironment ( ) : View
return View

getIndex() public method

Welcome the installer/admin
public getIndex ( ) : Redirect
return Redirect

getInformInstallAssets() public method

[getInformInstallAssets description]
public getInformInstallAssets ( ) : [type]
return [type]

getWelcome() public method

Welcome the installer/admin
public getWelcome ( ) : View
return View

postApplication() public method

Save the application setup
public postApplication ( ) : Redirect
return Redirect

postCreateUser() public method

Save the new user and redirect them to the settings wizard
public postCreateUser ( ) : Redirect
return Redirect

postDatabase() public method

Save the database
public postDatabase ( ) : Redirect
return Redirect

postEnvironment() public method

Save the environment
public postEnvironment ( ) : Redirect
return Redirect