TinkerServiceProvider::boot()

void boot() Bootstrap the application events. Return Value void

DatabaseManager::getDefaultConnection()

string getDefaultConnection() Get the default connection name. Return Value string

SQLiteConnection::selectOne()

mixed selectOne(string $query, array $bindings = array()) Run a select statement and return a single result. Parameters string $query array $bindings Return Value mixed

MigrateMakeCommand::argument()

string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array

User::__construct()

void __construct(array $attributes = array()) Create a new Eloquent model instance. Parameters array $attributes Return Value void

RefreshCommand::comment()

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

MailMessage::with()

$this with(Action|string|array $line) Add a line of text to the notification. Parameters Action|string|array $line Return Value $this

DatabaseStore::forever()

void forever(string $key, mixed $value) Store an item in the cache indefinitely. Parameters string $key mixed $value Return Value void

ResetCommand::setLaravel()

void setLaravel(Container $laravel) Set the Laravel application instance. Parameters Container $laravel Return Value void

FilesystemAdapter::getDriver()

FilesystemInterface getDriver() Get the Flysystem driver. Return Value FilesystemInterface