void setEventDispatcher(Dispatcher $events) Set the event dispatcher instance. Parameters Dispatcher $events Return Value void
void commands(array $commands) Register the package's custom Artisan commands. Parameters array $commands Return Value void
Closure getRouteResolver() Get the route resolver callback. Return Value Closure
string getRememberToken() Get the token value for the "remember me" session. Return Value string
void setAsGlobal() Make this capsule instance available globally. Return Value void
string renderEach(string $view, array $data, string $iterator, string $empty = 'raw|') Get the rendered contents of a partial from a loop. Parameters string $view array $data string $iterator string $empty Return Value string
static void removeDirectories(string|array $directories = null) Remove directories from the class loader. Parameters string|array $directories Return Value void
void warn(string $string) Write a string as warning output. Parameters string $string Return Value void
static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed
array queryCallbacks() Get the custom query callbacks for the rule. Return Value array
Page 205 of 996