OptimizeServiceProvider::when()
  • References/PHP/Laravel/Foundation/Providers

array when() Get the events that trigger this service provider to register

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

$this setObservableEvents(array $observables) Set the observable event

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

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

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

string|null segment(int $index, string|null $default = null) Get a segment

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

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

2025-01-10 15:47:30
TestCase::call()
  • References/PHP/Laravel/Foundation/Testing

Response call(string $method, string $uri, array $parameters = array(), array

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

string url() Get the URL (no query string) for the request.

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

int callSilent(string $command, array $arguments = array()) Call another

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

string ask(string $question, string $default = null) Prompt the user for

2025-01-10 15:47:30