ControllerMakeCommand::line()
  • References/PHP/Laravel/Routing/Console

void line(string $string, string $style = null, null|int|string $verbosity = null)

2025-01-10 15:47:30
MakeControllerCommand::askWithCompletion()
  • References/PHP/Laravel/Routing/Console

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

2025-01-10 15:47:30
UrlGenerator::assetFrom()
  • References/PHP/Laravel/Routing

string assetFrom(string $root, string $path, bool|null $secure = null) Generate

2025-01-10 15:47:30
ControllerMakeCommand::askWithCompletion()
  • References/PHP/Laravel/Routing/Console

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

2025-01-10 15:47:30
SortedMiddleware::mode()
  • References/PHP/Laravel/Routing

array mode(null $key = null) Get the mode of a given key.

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

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

2025-01-10 15:47:30
Route::secure()
  • References/PHP/Laravel/Routing

bool secure() Determine if the route only responds to HTTPS requests.

2025-01-10 15:47:30
Route::getController()
  • References/PHP/Laravel/Routing

mixed getController() Get the controller instance for the route.

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

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

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

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

2025-01-10 15:47:30