AuthenticatesAndRegistersUsers::register()
  • References/PHP/Laravel/Foundation/Auth

Response register(

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

string configPath() Get the path to the application configuration files

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

void setRememberToken(string $value) Set the token value for the "remember

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

HasMany hasMany(string $related,

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

$this useEnvironmentPath(string $path) Set the directory for the environment

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

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

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

bool hasArgument(string|int $name) Determine if the given argument is present

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

string|array argument(string $key = null) Get the value of a command argument

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

void __construct(Filesystem $files)

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

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

2025-01-10 15:47:30