Documentation
¶
Index ¶
Constants ¶
View Source
const EnvironmentFile string = ".env"
View Source
const Version string = "0.1.2"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application struct { }
func (*Application) Boot ¶
func (app *Application) Boot()
Boot Register and bootstrap configured service providers.
func (*Application) EnvironmentFile ¶ added in v0.0.2
func (app *Application) EnvironmentFile() string
EnvironmentFile Get the environment file the application is using.
func (*Application) RunningInConsole ¶ added in v0.0.2
func (app *Application) RunningInConsole() bool
RunningInConsole Determine if the application is running in the console.
Click to show internal directories.
Click to hide internal directories.