void boot() Bootstrap the application events. Return Value void
string getDefaultConnection() Get the default connection name. Return Value string
mixed selectOne(string $query, array $bindings = array()) Run a select statement and return a single result. Parameters string $query array $bindings Return Value mixed
string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
void __construct(array $attributes = array()) Create a new Eloquent model instance. Parameters array $attributes Return Value void
void comment(string $string, null|int|string $verbosity = null) Write a string as comment output. Parameters string $string null|int|string $verbosity Return Value void
$this with(Action|string|array $line) Add a line of text to the notification. Parameters Action|string|array $line Return Value $this
void forever(string $key, mixed $value) Store an item in the cache indefinitely. Parameters string $key mixed $value Return Value void
void setLaravel(Container $laravel) Set the Laravel application instance. Parameters Container $laravel Return Value void
FilesystemInterface getDriver() Get the Flysystem driver. Return Value FilesystemInterface
Page 398 of 996