Job::getName()

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

CacheBasedSessionHandler::open()

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

ControllerMakeCommand::ask()

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

ControllerMakeCommand::getLaravel()

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

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

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

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

Connection::unprepared()

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

ControllerMakeCommand::run()

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

EncryptionServiceProvider::isDeferred()

bool isDeferred() Determine if the provider is deferred. Return Value bool