AliasLoader

AliasLoader class AliasLoader (View source) Methods static AliasLoader getInstance(array $aliases = array()) Get or create the singleton alias loader instance. bool|null load(string $alias) Load a class alias if it is registered. void alias(string $class, string $alias) Add an alias to the loader. void register() Register the loader on the auto-loader stack. array getAliases() Get the registered aliases. void setAliases(array $aliases) Set the registered aliases.

AggregateServiceProvider::register()

void register() Register the service provider. Return Value void

AggregateServiceProvider::when()

array when() Get the events that trigger this service provider to register. Return Value array

AggregateServiceProvider::__call()

mixed __call(string $method, array $parameters) Dynamically handle missing method calls. Parameters string $method array $parameters Return Value mixed

AggregateServiceProvider::__construct()

void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void

AggregateServiceProvider::compiles()

static array compiles() Get a list of files that should be compiled for the package. Return Value array

AggregateServiceProvider::provides()

array provides() Get the services provided by the provider. Return Value array

AggregateServiceProvider::commands()

void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void

AggregateServiceProvider::isDeferred()

bool isDeferred() Determine if the provider is deferred. Return Value bool

AggregateServiceProvider::pathsToPublish()

static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array