Blueprint::dropUnique()
  • References/PHP/Laravel/Database/Schema

Fluent dropUnique(string|array $index)

2025-01-10 15:47:30
RefreshCommand::argument()
  • References/PHP/Laravel/Database/Console/Migrations

string|array argument(string $key = null) Get the value of a command argument

2025-01-10 15:47:30
RefreshCommand::option()
  • References/PHP/Laravel/Database/Console/Migrations

string|array option(string $key = null) Get the value of a command option

2025-01-10 15:47:30
Collection::load()
  • References/PHP/Laravel/Database/Eloquent

$this load(mixed $relations) Load a set of relationships onto the collection

2025-01-10 15:47:30
BelongsToMany::morphMap()
  • References/PHP/Laravel/Database/Eloquent/Relations

static array morphMap(array $map = null, bool $merge = true) Set

2025-01-10 15:47:30
ResetCommand::confirmToProceed()
  • References/PHP/Laravel/Database/Console/Migrations

bool confirmToProceed(string $warning = 'Application In Production!', Closure|bool|null $callback

2025-01-10 15:47:30
MorphPivot::isUnguarded()
  • References/PHP/Laravel/Database/Eloquent/Relations

static bool isUnguarded() Determine if current state is "unguarded"

2025-01-10 15:47:30
MorphTo::morphMap()
  • References/PHP/Laravel/Database/Eloquent/Relations

static array morphMap(array $map = null, bool $merge = true) Set

2025-01-10 15:47:30
MorphTo::createModelByType()
  • References/PHP/Laravel/Database/Eloquent/Relations

Model createModelByType(string $type)

2025-01-10 15:47:30
JoinClause::getCountForPagination()
  • References/PHP/Laravel/Database/Query

int getCountForPagination(array $columns = array('*')) Get the count of

2025-01-10 15:47:30