AbstractPaginator::appends()

$this appends(array|string $key, string|null $value = null) Add a set of query string values to the paginator. Parameters array|string $key string|null $value Return Value $this

RefreshCommand::arguments()

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

ClassLoader::register()

static void register() Register the given class loader on the auto-loader stack. Return Value void

FormRequest::only()

array only(array|mixed $keys) Get a subset containing the provided keys with values from the input data. Parameters array|mixed $keys Return Value array

MiddlewareMakeCommand::call()

int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int

SubscribeCommand deprecated::info()

void info(string $string) Write a string as information output. Parameters string $string Return Value void

NexmoSmsChannel::__construct()

void __construct(Client $nexmo, string $from) Create a new Nexmo channel instance. Parameters Client $nexmo string $from Return Value void

Factory::__construct()

void __construct(Generator $faker) Create a new factory instance. Parameters Generator $faker Return Value void

MiddlewareMakeCommand::ask()

string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string

BelongsToMany::withPivot()

$this withPivot(array|mixed $columns) Set the columns on the pivot table to retrieve. Parameters array|mixed $columns Return Value $this