ControllerServiceProvider::commands()
  • References/PHP/Laravel/Routing

void commands(array|mixed $commands) Register the package's custom Artisan

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

string|object parameter(string $name, mixed $default = null) Get a given

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

void __construct(ControllerGenerator

2025-01-10 15:47:30
SchemeValidator
  • References/PHP/Laravel/Routing/Matching

SchemeValidator class SchemeValidator implements

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

$this setRootControllerNamespace(string $rootNamespace) Set the root controller

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

void warn(string $string, null|int|string $verbosity = null) Write a string

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

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

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

OutputInterface getOutput() Get the output implementation.

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

void fire() Execute the console command.

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

string current() Get the current URL for the request.

2025-01-10 15:47:30