Arr::prepend()

static array prepend(array $array, mixed $value, mixed $key = null) Push an item onto the beginning of an array. Parameters array $array mixed $value mixed $key Return Value array

ConsoleServiceProvider::compiles()

static array compiles() Get a list of files that should be compiled for the package. Return Value array

Connection::prepareBindings()

array prepareBindings(array $bindings) Prepare the query bindings for execution. Parameters array $bindings Return Value array

Factory::addExtension()

void addExtension(string $extension, string $engine, Closure $resolver = null) Register a valid view extension and its engine. Parameters string $extension string $engine Closure $resolver Return Value void

RequestMakeCommand::ask()

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

SessionServiceProvider::commands()

void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void

Model::__callStatic()

static mixed __callStatic(string $method, array $parameters) Handle dynamic static method calls into the method. Parameters string $method array $parameters Return Value mixed

JsonResponse::content()

string content() Get the content of the response. Return Value string

ListenCommand::secret()

string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string

ViewClearCommand::argument()

string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array