ControllerMakeCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int

Connection::unprepared()

bool unprepared(string $query) Run a raw, unprepared query against the PDO connection. Parameters string $query Return Value bool

SortedMiddleware::diff()

Collection diff(mixed $items) Get the items in the collection that are not present in the given items. Parameters mixed $items Return Value Collection

Blueprint::decimal()

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

MakeAuthCommand::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

ControllerMakeCommand::getLaravel()

Application getLaravel() Get the Laravel application instance. Return Value Application

ControllerMakeCommand::ask()

string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string

CacheBasedSessionHandler::open()

open($savePath, $sessionName) {@inheritdoc} Parameters $savePath $sessionName

Job::getName()

string getName() Get the name of the queued job class. Return Value string

IronQueue::setEncrypter()

void setEncrypter(Encrypter $crypt) Set the encrypter instance. Parameters Encrypter $crypt Return Value void