Blueprint::morphs()

void morphs(string $name, string|null $indexName = null) Add the proper columns for a polymorphic table. Parameters string $name string|null $indexName Return Value void

JoinClause::insertGetId()

int insertGetId(array $values, string $sequence = null) Insert a new record and get the value of the primary key. Parameters array $values string $sequence Return Value int

Input::getFacadeApplication()

static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application

ProviderMakeCommand::info()

void info(string $string) Write a string as information output. Parameters string $string Return Value void

BaseCommand::question()

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

ConfigCacheCommand::hasArgument()

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

Bus::getFacadeRoot()

static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed

MySqlProcessor::processColumnListing()

array processColumnListing(array $results) Process the results of a column listing query. Parameters array $results Return Value array

HasOneOrMany::getParent()

Model getParent() Get the parent model of the relation. Return Value Model

CommandsServiceProvider::compiles()

static array compiles() Get a list of files that should be compiled for the package. Return Value array