PHP Class RachidLaasri\LaravelInstaller\Controllers\EnvironmentController

Inheritance: extends Illuminate\Routing\Controller
Afficher le fichier Open project: RachidLaasri/LaravelInstaller

Protected Properties

Свойство Type Description
$EnvironmentManager RachidLaasri\LaravelInstaller\Helpers\EnvironmentManager

Méthodes publiques

Méthode Description
__construct ( RachidLaasri\LaravelInstaller\Helpers\EnvironmentManager $environmentManager )
environment ( ) : Illuminate\View\View Display the Environment page.
save ( Illuminate\Http\Request $input, Redirector $redirect ) : Illuminate\Http\RedirectResponse Processes the newly saved environment configuration and redirects back.

Method Details

__construct() public méthode

public __construct ( RachidLaasri\LaravelInstaller\Helpers\EnvironmentManager $environmentManager )
$environmentManager RachidLaasri\LaravelInstaller\Helpers\EnvironmentManager

environment() public méthode

Display the Environment page.
public environment ( ) : Illuminate\View\View
Résultat Illuminate\View\View

save() public méthode

Processes the newly saved environment configuration and redirects back.
public save ( Illuminate\Http\Request $input, Redirector $redirect ) : Illuminate\Http\RedirectResponse
$input Illuminate\Http\Request
$redirect Illuminate\Routing\Redirector
Résultat Illuminate\Http\RedirectResponse

Property Details

$EnvironmentManager protected_oe property

protected EnvironmentManager,RachidLaasri\LaravelInstaller\Helpers $EnvironmentManager
Résultat RachidLaasri\LaravelInstaller\Helpers\EnvironmentManager