MandrillTransport

MandrillTransport class MandrillTransport extends Transport (View source) Properties array $plugins The plug-ins registered with the transport. from Transport

CallbackEvent::description()

$this description(string $description) Set the human-friendly description of the event. Parameters string $description Return Value $this

ClassFinder::findClasses()

array findClasses(string $directory) Find all the class and interface names in a given directory. Parameters string $directory Return Value array

EloquentUserProvider

EloquentUserProvider class EloquentUserProvider implements UserProvider (View source) Methods void __construct(Hasher $hasher, string $model) Create a new database user provider. Authenticatable|null retrieveById(mixed $identifier) Retrieve a user by their unique identifier. Authenticatable|null retrieveByToken(mixed $identifier, string $token) Retrieve a user by their unique identifier and "remember me" token. void updateRememberToken(Authenticatable $user, string $token)

Queue::setContainer()

void setContainer(Container $container) Set the IoC container instance. Parameters Container $container Return Value void

RouteListServiceProvider::package()

void package(string $package, string $namespace = null, string $path = null) Register the package's component namespaces. Parameters string $package string $namespace string $path Return Value void

PaginationServiceProvider::commands()

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

Laravel Scout

Laravel Scout Introduction Installation Queueing Driver Prerequisites Configuration Configuring Model Indexes Configuring Searchable Data Indexing Batch Import Adding Records Updating Records Removing Records Pausing Indexing Searching Where Clauses Pagination Custom Engines Introduction Laravel Scout provides a simple, driver based solution for adding full-text search to your Eloquent models. Using model observers, Scout will automatically keep your search indexes in sync with your E

SqlServerGrammar::wrapTable()

string wrapTable(Expression|string $table) Wrap a table in keyword identifiers. Parameters Expression|string $table Return Value string

TestCase::assertRedirectedTo()

$this assertRedirectedTo(string $uri, array $with = array()) Assert whether the client was redirected to a given URI. Parameters string $uri array $with Return Value $this