User::getHidden()
  • References/PHP/Laravel/Foundation/Auth

array getHidden() Get the hidden attributes for the model.

2025-01-10 15:47:30
InteractsWithPages::seeLink()
  • References/PHP/Laravel/Foundation/Testing/Concerns

$this seeLink(string $text, string|null $url = null, bool $negate = false)

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

void table(array $headers, Arrayable|array $rows,

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

string decodedPath() Get the current encoded path info for the request

2025-01-10 15:47:30
Application::addDeferredServices()
  • References/PHP/Laravel/Foundation

void addDeferredServices(array $services) Add an array of services to the

2025-01-10 15:47:30
Application::afterBootstrapping()
  • References/PHP/Laravel/Foundation

void afterBootstrapping(string $bootstrapper, Closure $callback)

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

static Builder on(string|null $connection =

2025-01-10 15:47:30
Application::extend()
  • References/PHP/Laravel/Foundation

void extend(string $abstract, Closure $closure)

2025-01-10 15:47:30
MakesHttpRequests::seeJsonStructure()
  • References/PHP/Laravel/Foundation/Testing/Concerns

$this seeJsonStructure(array $structure = null, array|null $responseData = null)

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

$this fill(array $attributes) Fill the model with an array of attributes

2025-01-10 15:47:30