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

Request::ips()

array ips() Returns the client IP addresses. Return Value array

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

Builder::avg()

mixed avg(string $column) Retrieve the average of the values of a given column. Parameters string $column Return Value mixed

RemindersTableCommand

RemindersTableCommand class RemindersTableCommand extends Command (View source) Methods void __construct(Filesystem $files) Create a new reminder table command instance. int run(InputInterface $input, OutputInterface $output) Run the console command. from Command int call(string $command, array $arguments = array()) Call another console command. from Command int callSilent(string $command, array $arguments = array()) Call another console command silently. from Command strin

VendorPublishCommand::hasOption()

bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool

SeedCommand::confirmToProceed()

bool confirmToProceed(string $warning = 'Application In Production!', Closure|bool|null $callback = null) Confirm before proceeding with the action. Parameters string $warning Closure|bool|null $callback Return Value bool