PostgresGrammar::compileDropIfExists()

string compileDropIfExists(Blueprint $blueprint, Fluent $command) Compile a drop table (if exists) command. Parameters Blueprint $blueprint Fluent $command Return Value string

ArrayLoader

ArrayLoader class ArrayLoader implements LoaderInterface (View source) Methods array load(string $locale, string $group, string $namespace = null) Load the messages for the given locale. void addNamespace(string $namespace, string $hint) Add a new namespace to the loader. $this addMessages(string $locale, string $group, array $messages, string|null $namespace = null) Add messages to the loader.

CacheServiceProvider::isDeferred()

bool isDeferred() Determine if the provider is deferred. Return Value bool

FormRequest

FormRequest class FormRequest extends Request implements ValidatesWhenResolved (View source) Traits ValidatesWhenResolvedTrait Provides default implementation of ValidatesWhenResolved contract. Macroable

ConnectionFactory::createConnector()

ConnectorInterface createConnector(array $config) Create a connector instance based on the configuration. Parameters array $config Return Value ConnectorInterface Exceptions InvalidArgumentException

NotificationTableCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int

Model::morphOne()

MorphOne morphOne(string $related, string $name, string $type = null, string $id = null, string $localKey = null) Define a polymorphic one-to-one relationship. Parameters string $related string $name string $type string $id string $localKey Return Value MorphOne

IronJob::release()

void release(int $delay) Release the job back into the queue. Parameters int $delay Return Value void

FileViewFinder::getFilesystem()

Filesystem getFilesystem() Get the filesystem instance. Return Value Filesystem

AuthServiceProvider::commands()

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