SessionInterface getSession(Request $request) Get the session implementation from the manager. Parameters Request $request Return Value SessionInterface
void put(string|array $key, mixed $value = null) Put a key / value pair or array of key / value pairs in the session. Parameters string|array $key mixed $value Return Value void
SetRequestForConsole class SetRequestForConsole (View source) Methods void bootstrap(Application $app) Bootstrap the given application.
Illuminate\Database\Connectors Classes ConnectionFactory Connector MySqlConnector PostgresConnector SQLiteConnector SqlServerConnector
$this having(string $column, string $operator = null, string $value = null, string $boolean = 'and') Add a "having" clause to the query. Parameters string $column string $operator string $value string $boolean Return Value $this
string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string
static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void
void offsetUnset(string $key) Remove an item from the cache. Parameters string $key Return Value void
Application getLaravel() Get the Laravel application instance. Return Value Application
OutputInterface getOutput() Get the output implementation. Return Value OutputInterface
Page 454 of 996