mixed store(string|null $name = null) Get a cache store instance by name. Parameters string|null $name Return Value mixed
$this days(array|mixed $days) Set the days of the week the command should run on. Parameters array|mixed $days Return Value $this
void fire() Execute the console command. Return Value void
array parametersWithoutNulls() Get the key / value list of parameters without null values. Return Value array
void __construct(UserProvider $provider, SessionInterface $session, Request $request = null) Create a new authentication guard. Parameters UserProvider $provider SessionInterface $session Request $request Return Value void
void setRequest(Request $request) Set the active request instance. Parameters Request $request Return Value void
Authenticatable loginUsingId(mixed $id, bool $remember = false) Log the given user ID into the application. Parameters mixed $id bool $remember Return Value Authenticatable
string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array
void registerPlugin(Swift_Events_EventListener $plugin) Register a plug-in with the transport. Parameters Swift_Events_EventListener $plugin Return Value void
Fluent addColumn(string $type, string $name, array $parameters = array()) Add a new column to the blueprint. Parameters string $type string $name array $parameters Return Value Fluent
Page 172 of 996