Builder::first()

stdClass|array|null first(array $columns = array('*')) Execute the query and get the first result. Parameters array $columns Return Value stdClass|array|null

TableCommand::info()

void info(string $string, null|int|string $verbosity = null) Write a string as information output. Parameters string $string null|int|string $verbosity Return Value void

SimpleMessage::level()

$this level(string $level) Set the "level" of the notification (success, error, etc.). Parameters string $level Return Value $this

Grammar::wrapArray()

array wrapArray(array $values) Wrap an array of values. Parameters array $values Return Value array

Job::isDeletedOrReleased()

bool isDeletedOrReleased() Determine if the job has been deleted or released. Return Value bool

Model::getKeyName()

string getKeyName() Get the primary key for the model. Return Value string

ClearCompiledCommand::info()

void info(string $string, null|int|string $verbosity = null) Write a string as information output. Parameters string $string null|int|string $verbosity Return Value void

Builder::delete()

mixed delete() Delete a record from the database. Return Value mixed

PresenceChannel::__construct()

void __construct(string $name) Create a new channel instance. Parameters string $name Return Value void

RestartCommand::anticipate()

string anticipate(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string