void question(string $string) Write a string as question output. Parameters string $string Return Value void
void __construct(EnvironmentVariablesLoaderInterface $loader) The server environment instance. Parameters EnvironmentVariablesLoaderInterface $loader Return Value void
bool hasOldInput(string $key = null) Determine if the session contains old input. Parameters string $key Return Value bool
static void setEventDispatcher(Dispatcher $dispatcher) Set the event dispatcher instance. Parameters Dispatcher $dispatcher Return Value void
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
void instance(string $abstract, mixed $instance) Register an existing instance as shared in the container. Parameters string $abstract mixed $instance Return Value void
void afterResolving(string $abstract, Closure $callback = null) Register a new after resolving callback for all types. Parameters string $abstract Closure $callback Return Value void
void __construct(SessionManager $manager) Create a new session middleware. Parameters SessionManager $manager Return Value void
bool pretending() Determine if the connection in a "dry run". Return Value bool
Builder|Builder orWhereNull(string $column) Add an "or where null" clause to the query. Parameters string $column Return Value Builder|Builder
Page 132 of 996