RemindersTableCommand::confirm()
  • References/PHP/Laravel/Auth/Console

bool confirm(string $question, bool $default = false) Confirm a question

2025-01-10 15:47:30
PasswordResetServiceProvider::pathsToPublish()
  • References/PHP/Laravel/Auth/Passwords

static array pathsToPublish(string $provider = null, string $group = null)

2025-01-10 15:47:30
Blueprint::tinyInteger()
  • References/PHP/Laravel/Database/Schema

Fluent tinyInteger(string $column, bool $autoIncrement = false, bool $unsigned

2025-01-10 15:47:30
ModelMakeCommand::run()
  • References/PHP/Laravel/Foundation/Console

int run(InputInterface $input, OutputInterface $output) Run the console

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

mixed getResults() Get the results of the relationship.

2025-01-10 15:47:30
PolicyMakeCommand::getOutput()
  • References/PHP/Laravel/Foundation/Console

OutputInterface getOutput() Get the output implementation.

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

void addConstraints() Set the base constraints on the relation query.

2025-01-10 15:47:30
MySqlGrammar::setTablePrefix()
  • References/PHP/Laravel/Database/Schema/Grammars

$this setTablePrefix(string $prefix) Set the grammar's table prefix.

2025-01-10 15:47:30
DatabaseNotification::getCreatedAtColumn()
  • References/PHP/Laravel/Notifications

string getCreatedAtColumn() Get the name of the "created at" column.

2025-01-10 15:47:30
PostgresGrammar::columnize()
  • References/PHP/Laravel/Database/Query/Grammars

string columnize(array $columns) Convert an array of column names into

2025-01-10 15:47:30