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

bool touch() Update the model's update timestamp.

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

string secret(string $question, bool $fallback = true) Prompt the user

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

OutputInterface getOutput() Get the output implementation.

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

void setLaravel(Application $laravel)

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

bool push() Save the model and all of its relationships.

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

array getLoadedProviders() Get the service providers that have been loaded

2025-01-10 15:47:30
PublisherServiceProvider::guessPackagePath()
  • References/PHP/Laravel/Foundation/Providers

string guessPackagePath() Guess the package path for the provider.

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

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)

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

int getPerPage() Get the number of models to return per page.

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