SeedCommand::question()

void question(string $string) Write a string as question output. Parameters string $string Return Value void

EnvironmentVariables::__construct()

void __construct(EnvironmentVariablesLoaderInterface $loader) The server environment instance. Parameters EnvironmentVariablesLoaderInterface $loader Return Value void

EncryptedStore::hasOldInput()

bool hasOldInput(string $key = null) Determine if the session contains old input. Parameters string $key Return Value bool

DatabaseNotification::setEventDispatcher()

static void setEventDispatcher(Dispatcher $dispatcher) Set the event dispatcher instance. Parameters Dispatcher $dispatcher Return Value void

MakeControllerCommand::secret()

string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string

Container::instance()

void instance(string $abstract, mixed $instance) Register an existing instance as shared in the container. Parameters string $abstract mixed $instance Return Value void

Application::afterResolving()

void afterResolving(string $abstract, Closure $callback = null) Register a new after resolving callback for all types. Parameters string $abstract Closure $callback Return Value void

StartSession::__construct()

void __construct(SessionManager $manager) Create a new session middleware. Parameters SessionManager $manager Return Value void

SqlServerConnection::pretending()

bool pretending() Determine if the connection in a "dry run". Return Value bool

Builder::orWhereNull()

Builder|Builder orWhereNull(string $column) Add an "or where null" clause to the query. Parameters string $column Return Value Builder|Builder