Application::bootstrapWith()
  • References/PHP/Laravel/Foundation

void bootstrapWith(array $bootstrappers) Run the given array of bootstrap

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

ServiceProvider resolveProviderClass(string $provider)

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

bool|int update(array $attributes = array(), array $options = array()) Update

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

$this patch(string $uri, array $data = array(), array $headers = array())

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

array getRelations() Get all the loaded relations for the instance.

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
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::extend()
  • References/PHP/Laravel/Foundation

void extend(string $abstract, Closure $closure)

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

void bindIf(string $abstract, Closure|string|null $concrete = null, bool $shared = false)

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

void comment(string $string) Write a string as comment output.

2025-01-10 15:47:30