JoinClause::joinWhere()

Builder|Builder joinWhere(string $table, string $one, string $operator, string $two, string $type = 'inner') Add a "join where" clause to the query. Parameters string $table string $one string $operator string $two string $type Return Value Builder|Builder

Application::addDeferredServices()

void addDeferredServices(array $services) Add an array of services to the application's deferred services. Parameters array $services Return Value void

Factory::getEngineFromPath()

EngineInterface getEngineFromPath(string $path) Get the appropriate view engine for the given path. Parameters string $path Return Value EngineInterface Exceptions InvalidArgumentException

ListenCommand::askWithCompletion()

string askWithCompletion(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

Factory::connection()

void connection(string $name = null) Get a broadcaster implementation by name. Parameters string $name Return Value void

UrlGenerator::assetFrom()

string assetFrom(string $root, string $path, bool|null $secure = null) Generate the URL to an asset from a custom root domain such as CDN, etc. Parameters string $root string $path bool|null $secure Return Value string

SSH::shouldReceive()

static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation

Auth\Reminders

Illuminate\Auth\Reminders Classes DatabaseReminderRepository PasswordBroker RemindableTrait ReminderServiceProvider

TestMakeCommand::argument()

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

ClosureCommand::table()

void table(array $headers, Arrayable|array $rows, string $style = 'default') Format input to textual table. Parameters array $headers Arrayable|array $rows string $style Return Value void