Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application struct {
Providers []contracts.ServiceProvider
}
func Init ¶ added in v1.0.21
func Init(providers ...contracts.ServiceProvider) *Application
func (*Application) Boot ¶
func (app *Application) Boot()
Boot Register and bootstrap configured service providers.
func (*Application) RunningInConsole ¶
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.