class Application extends Application

Methods

string
bootstrapPath(string $path = '')

Get the path to the bootstrap directory.

bool
isLocal()

Determine if the application is in the local environment.

bool
isProduction()

Determine if the application is in the production environment.

void
registerBaseServiceProviders()

Register all of the base service providers.

void
registerCoreContainerAliases()

Register the core class aliases in the container.

Details

at line 22
string bootstrapPath(string $path = '')

Get the path to the bootstrap directory.

Parameters

string $path Optionally, a path to append to the bootstrap path

Return Value

string

at line 32
bool isLocal()

Determine if the application is in the local environment.

Return Value

bool

at line 42
bool isProduction()

Determine if the application is in the production environment.

Return Value

bool

at line 52
protected void registerBaseServiceProviders()

Register all of the base service providers.

Return Value

void

at line 65
void registerCoreContainerAliases()

Register the core class aliases in the container.

Return Value

void