bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool
void put(string $uri, Closure|array|string $action) Register a new PUT route with the router. Parameters string $uri Closure|array|string $action Return Value void
void line(string $string) Write a string as standard output. Parameters string $string Return Value void
void __construct(Registrar $router) Create a new bindings substitutor. Parameters Registrar $router Return Value void
bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool
mixed handle(Request $request, Closure $next) Handle an incoming request. Parameters Request $request Closure $next Return Value mixed
static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array
mixed __call(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException
$this mergeRules(string $attribute, string|array $rules = array()) Merge additional rules into a given attribute(s). Parameters string $attribute string|array $rules Return Value $this
Page 184 of 996