AuthenticatesUsers::username()
  • References/PHP/Laravel/Foundation/Auth

string username() Get the login username to be used by the controller.

2025-01-10 15:47:30
AuthenticatesAndRegistersUsers::showRegistrationForm()
  • References/PHP/Laravel/Foundation/Auth

Response showRegistrationForm()

2025-01-10 15:47:30
User::getDirty()
  • References/PHP/Laravel/Foundation/Auth

array getDirty() Get the attributes that have been changed since last sync

2025-01-10 15:47:30
SendsPasswordResetEmails::broker()
  • References/PHP/Laravel/Foundation/Auth

PasswordBroker broker()

2025-01-10 15:47:30
User::jsonSerialize()
  • References/PHP/Laravel/Foundation/Auth

array jsonSerialize() Convert the object into something JSON serializable

2025-01-10 15:47:30
User::offsetExists()
  • References/PHP/Laravel/Foundation/Auth

bool offsetExists(mixed $offset) Determine if the given attribute exists

2025-01-10 15:47:30
User::fillable()
  • References/PHP/Laravel/Foundation/Auth

$this fillable(array $fillable) Set the fillable attributes for the model

2025-01-10 15:47:30
User::relationsToArray()
  • References/PHP/Laravel/Foundation/Auth

array relationsToArray() Get the model's relationships in array form.

2025-01-10 15:47:30
AuthenticatesAndRegistersUsers::redirectPath()
  • References/PHP/Laravel/Foundation/Auth

string redirectPath() Get the post register / login redirect path.

2025-01-10 15:47:30
Authorizable::cant()
  • References/PHP/Laravel/Foundation/Auth/Access

bool cant(string $ability, array|mixed $arguments = array()) Determine

2025-01-10 15:47:30