MailMakeCommand::callSilent()

int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int

NotificationTableCommand::error()

void error(string $string, null|int|string $verbosity = null) Write a string as error output. Parameters string $string null|int|string $verbosity Return Value void

AuthManager::createSessionDriver()

SessionGuard createSessionDriver(string $name, array $config) Create a session based authentication guard. Parameters string $name array $config Return Value SessionGuard

Container::addContextualBinding()

void addContextualBinding(string $concrete, string $abstract, Closure|string $implementation) Add a contextual binding to the container. Parameters string $concrete string $abstract Closure|string $implementation Return Value void

DB::setFacadeApplication()

static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void

Router

Router class Router implements Registrar (View source) Traits Macroable

BootProviders

BootProviders class BootProviders (View source) Methods void bootstrap(Application $app) Bootstrap the given application.

TestCase::expectsModelEvents()

$this expectsModelEvents(string $model, array|string $events) Specify a list of events that should be fired for the given operation. These events will be mocked, so that handlers will not actually be executed. Parameters string $model array|string $events Return Value $this Exceptions Exception

MySqlConnection::rollBack()

void rollBack() Rollback the active database transaction. Return Value void

Application::beforeBootstrapping()

void beforeBootstrapping(string $bootstrapper, Closure $callback) Register a callback to run before a bootstrapper. Parameters string $bootstrapper Closure $callback Return Value void