Loader
class Loader implements ArrayAccess (View source)
Properties
static protected Loader | $instance | ||
protected Arraydotify | $config | ||
protected string | $base_path | ||
protected bool | $booted |
Methods
pushMiddleware(array $middlewares)
Push middlewares
array
getMiddlewares()
Middleware collection
array
namespaces()
Get app namespace
array
middlewares()
Middleware collection
array
configurations()
Load services
static Loader
getInstance()
Alias of singleton
void
withoutSession()
Define if the configuration going to boot without session manager
mixed
__invoke($key, null $value = null)
__invoke
offsetExists($offset)
No description
offsetGet($offset)
No description
offsetSet($offset, $value)
No description
offsetUnset($offset)
No description
Details
static Loader
configure(string $base_path)
Configuration Loader
pushMiddleware(array $middlewares)
Push middlewares
array
getMiddlewares()
Middleware collection
array
namespaces()
Get app namespace
array
middlewares()
Middleware collection
array
configurations()
Load services
static Loader
getInstance()
Alias of singleton
void
withoutSession()
Define if the configuration going to boot without session manager
Loader
boot()
Load configuration
mixed
__invoke($key, null $value = null)
__invoke
offsetExists($offset)
No description
offsetGet($offset)
No description
offsetSet($offset, $value)
No description
offsetUnset($offset)
No description