SqlServerGrammar::compileDropColumn()

string compileDropColumn(Blueprint $blueprint, Fluent $command) Compile a drop column command. Parameters Blueprint $blueprint Fluent $command Return Value string

Gate::clearResolvedInstance()

static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void

Presenter::setCurrentPage()

void setCurrentPage(int $page) Set the value of the current page. Parameters int $page Return Value void

Authorizable

Authorizable interface Authorizable (View source) Methods bool can(string $ability, array|mixed $arguments = array()) Determine if the entity has a given ability.

Schedule::exec()

Event exec(string $command, array $parameters = array()) Add a new command event to the schedule. Parameters string $command array $parameters Return Value Event

WinCacheStore::flush()

void flush() Remove all items from the cache. Return Value void

ConsoleMakeCommand::askWithCompletion()

string askWithCompletion(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string

ConfigCacheCommand::choice()

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple Return Value string

MailServiceProvider

MailServiceProvider class MailServiceProvider extends ServiceProvider (View source) Methods void __construct(Application $app) Create a new service provider instance. from ServiceProvider 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 ServiceProvider array provides() Get the services provided by the provider. ar

ClearResetsCommand::hasArgument()

bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool