Pivot::usesTimestamps()
  • References/PHP/Laravel/Database/Eloquent/Relations

bool usesTimestamps() Determine if the model uses timestamps.

2025-01-10 15:47:30
FormRequest::server()
  • References/PHP/Laravel/Foundation/Http

string|array server(string $key = null, string|array|null $default = null)

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

string updatedAt() Get the name of the "updated at" column.

2025-01-10 15:47:30
Request::hasFile()
  • References/PHP/Laravel/Http

bool hasFile(string $key) Determine if the uploaded data contains a file

2025-01-10 15:47:30
ListenCommand::anticipate()
  • References/PHP/Laravel/Queue/Console

string anticipate(string $question, array $choices, string $default = null)

2025-01-10 15:47:30
AbstractPaginator::defaultView()
  • References/PHP/Laravel/Pagination

static void defaultView(string $view) Set the default pagination

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

string joiningTable(string $related) Get the joining table name for a many-to-many

2025-01-10 15:47:30
CallbackEvent::runsInEnvironment()
  • References/PHP/Laravel/Console/Scheduling

bool runsInEnvironment(string $environment) Determine if the event runs

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

Grammar getGrammar()

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

mixed aggregate(string $function, array $columns = array('*')) Execute

2025-01-10 15:47:30