DownCommand::hasArgument()

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

Registrar::put()

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

RemindersControllerCommand::line()

void line(string $string) Write a string as standard output. Parameters string $string Return Value void

SubstituteBindings::__construct()

void __construct(Registrar $router) Create a new bindings substitutor. Parameters Registrar $router Return Value void

RouteCacheCommand::hasOption()

bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool

SubstituteBindings::handle()

mixed handle(Request $request, Closure $next) Handle an incoming request. Parameters Request $request Closure $next Return Value mixed

ControllerServiceProvider::pathsToPublish()

static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array

SessionTableCommand::hasOption()

bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool

Str::__call()

mixed __call(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException

Validator::mergeRules()

$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