int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int
bool unprepared(string $query) Run a raw, unprepared query against the PDO connection. Parameters string $query Return Value bool
Collection diff(mixed $items) Get the items in the collection that are not present in the given items. Parameters mixed $items Return Value Collection
Fluent decimal(string $column, int $total = 8, int $places = 2) Create a new decimal column on the table. Parameters string $column int $total int $places Return Value Fluent
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
Application getLaravel() Get the Laravel application instance. Return Value Application
string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string
open($savePath, $sessionName) {@inheritdoc} Parameters $savePath $sessionName
string getName() Get the name of the queued job class. Return Value string
void setEncrypter(Encrypter $crypt) Set the encrypter instance. Parameters Encrypter $crypt Return Value void
Page 889 of 996