MySqlGrammar::compileSelect()

string compileSelect(Builder $query) Compile a select query into SQL. Parameters Builder $query Return Value string

ConfigPublishCommand

ConfigPublishCommand class ConfigPublishCommand extends Command (View source) Traits ConfirmableTrait

Factory

Factory class Factory implements Factory (View source) Methods void __construct(TranslatorInterface $translator, Container $container = null) Create a new Validator factory instance. Validator make(array $data, array $rules, array $messages = array(), array $customAttributes = array()) Create a new Validator instance. void validate(array $data, array $rules, array $messages = array(), array $customAttributes = array()) Validate the given data against the provided rules. void

Application::addContextualBinding()

void addContextualBinding(string $concrete, string $abstract, Closure|string $implementation) Add a contextual binding to the container. Parameters string $concrete string $abstract Closure|string $implementation Return Value void

Bus

Bus class Bus extends Facade (View source) Methods static void swap(mixed $instance) Hotswap the underlying instance behind the facade. from Facade static void spy() Convert the facade into a Mockery spy. from Facade static Expectation shouldReceive() Initiate a mock expectation on the facade. from Facade static mixed getFacadeRoot() Get the root object behind the facade. from Facade static void clearResolvedInstance(string $name) Clear a resolved facade instance. from Fa

MorphMany::noConstraints()

static mixed noConstraints(Closure $callback) Run a callback with constraints disabled on the relation. Parameters Closure $callback Return Value mixed

RedisConnector::connect()

Queue connect(array $config) Establish a queue connection. Parameters array $config Return Value Queue

ValidatorInterface

ValidatorInterface interface ValidatorInterface (View source) Methods bool matches(Route $route, Request $request) Validate a given rule against a route and request.

Filesystem::cleanDirectory()

bool cleanDirectory(string $directory) Empty the specified directory of all files and folders. Parameters string $directory Return Value bool

AutoloadCommand::fire()

void fire() Execute the console command. Return Value void