ValidatesRequests::validateWith()

void validateWith(Validator|array $validator, Request $request = null) Run the validation routine against the given validator. Parameters Validator|array $validator Request $request Return Value void

SqlServerGrammar::compileForeign()

string compileForeign(Blueprint $blueprint, Fluent $command) Compile a foreign key command. Parameters Blueprint $blueprint Fluent $command Return Value string

RedirectResponse::setRequest()

void setRequest(Request $request) Set the request instance. Parameters Request $request Return Value void

AuthenticateWithBasicAuth::handle()

mixed handle(Request $request, Closure $next, string|null $guard = null) Handle an incoming request. Parameters Request $request Closure $next string|null $guard Return Value mixed

ConnectionInterface::update()

int update(string $query, array $bindings = array()) Run an update statement against the database. Parameters string $query array $bindings Return Value int

TinkerServiceProvider::register()

void register() Register the service provider. Return Value void

ProviderRepository

ProviderRepository class ProviderRepository (View source) Methods void __construct(Application $app, Filesystem $files, string $manifestPath) Create a new service repository instance. void load(array $providers) Register the application service providers. ServiceProvider createProvider(string $provider) Create a new provider instance. bool shouldRecompile(array $manifest, array $providers) Determine if the manifest should be compiled. array|null loadManifest() Load the

XCacheStore

XCacheStore class XCacheStore extends TaggableStore implements Store (View source) Methods TaggedCache section(string $name) deprecated Begin executing a new tags operation. from TaggableStore TaggedCache tags(array|mixed $names) Begin executing a new tags operation. from TaggableStore void __construct(string $prefix = '') Create a new WinCache store. mixed get(string $key) Retrieve an item from the cache by key. void put(string $key, mixed $value, int $minutes) Store an

SessionGuard::getCookieJar()

QueueingFactory getCookieJar() Get the cookie creator instance used by the guard. Return Value QueueingFactory Exceptions RuntimeException

HasOneOrMany::__clone()

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