Application
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.
at line 32
bool
isLocal()
Determine if the application is in the local environment.
at line 42
bool
isProduction()
Determine if the application is in the production environment.
at line 52
protected void
registerBaseServiceProviders()
Register all of the base service providers.
at line 65
void
registerCoreContainerAliases()
Register the core class aliases in the container.