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

array arguments() Get all of the arguments passed to the command.

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

$this send(mixed $passable) Set the object being sent through the pipeline

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

$this setUri(string $uri) Set the URI that the route responds to.

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

string previous(mixed $fallback = false) Get the URL for the previous request

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

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

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
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
SortedMiddleware::toJson()
  • References/PHP/Laravel/Routing

string toJson(int $options) Get the collection of items as JSON.

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
Router::mergeWithLastGroup()
  • References/PHP/Laravel/Routing

array mergeWithLastGroup(array $new) Merge the given array with the last

2025-01-10 15:47:30