CompilerInterface

CompilerInterface interface CompilerInterface (View source) Methods string getCompiledPath(string $path) Get the path to the compiled version of a view. bool isExpired(string $path) Determine if the given view is expired. void compile(string $path) Compile the view at the given path.

SortedMiddleware::shift()

mixed shift() Get and remove the first item from the collection. Return Value mixed

OutputStyle

OutputStyle class OutputStyle extends SymfonyStyle (View source) Methods void __construct(InputInterface $input, OutputInterface $output) Create a new Console OutputStyle instance. bool isQuiet() Returns whether verbosity is quiet (-q). bool isVerbose() Returns whether verbosity is verbose (-v). bool isVeryVerbose() Returns whether verbosity is very verbose (-vv). bool isDebug() Returns whether verbosity is debug (-vvv).

ControllerMakeCommand::choice()

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple Return Value string

SQLiteConnection::table()

Builder table(string $table) Begin a fluent query against a database table. Parameters string $table Return Value Builder

MorphOneOrMany::__clone()

void __clone() Force a clone of the underlying query builder when cloning. Return Value void

EventMakeCommand::warn()

void warn(string $string) Write a string as warning output. Parameters string $string Return Value void

Router::put()

void put(string $uri, Closure|array|string $action = null) Register a new PUT route with the router. Parameters string $uri Closure|array|string $action Return Value void

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

MorphPivot::created()

static void created(Closure|string $callback, int $priority) Register a created model event with the dispatcher. Parameters Closure|string $callback int $priority Return Value void