MySqlGrammar::compileCreate()

string compileCreate(Blueprint $blueprint, Fluent $command, Connection $connection) Compile a create table command. Parameters Blueprint $blueprint Fluent $command Connection $connection Return Value string

RedisConnector::__construct()

void __construct(Database $redis, string|null $connection = null) Create a new Redis queue connector instance. Parameters Database $redis string|null $connection Return Value void

Repository::push()

void push(string $key, mixed $value) Push a value onto an array configuration value. Parameters string $key mixed $value Return Value void

PaginationServiceProvider::pathsToPublish()

static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array

MigrateMakeCommand::warn()

void warn(string $string, null|int|string $verbosity = null) Write a string as warning output. Parameters string $string null|int|string $verbosity Return Value void

DatabaseNotification::setConnectionResolver()

static void setConnectionResolver(ConnectionResolverInterface $resolver) Set the connection resolver instance. Parameters ConnectionResolverInterface $resolver Return Value void

PasswordResetServiceProvider

PasswordResetServiceProvider class PasswordResetServiceProvider extends ServiceProvider (View source) Methods void __construct(Application $app) Create a new service provider instance. from ServiceProvider void register() Register the service provider. static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. from ServiceProvider void commands(array|mixed $commands) Register the package's custom Artisan commands. from ServiceProvide

ContextualBindingBuilder

ContextualBindingBuilder interface ContextualBindingBuilder (View source) Methods $this needs(string $abstract) Define the abstract target that depends on the context. void give(Closure|string $implementation) Define the implementation for the contextual binding.

SqlServerConnection::getSchemaGrammar()

Grammar getSchemaGrammar() Get the schema grammar used by the connection. Return Value Grammar

DatabaseReminderRepository

DatabaseReminderRepository class DatabaseReminderRepository implements ReminderRepositoryInterface (View source) Methods void __construct(Connection $connection, string $table, string $hashKey, int $expires = 60) Create a new reminder repository instance. string create(RemindableInterface $user) Create a new reminder record and token. bool exists(RemindableInterface $user, string $token) Determine if a reminder record exists and is valid. void delete(string $token) Delete a