Repository::offsetSet()

void offsetSet(string $key, mixed $value) Set a configuration option. Parameters string $key mixed $value Return Value void

Factory::offsetGet()

mixed offsetGet(string $offset) Get the value of the given offset. Parameters string $offset Return Value mixed

MiddlewareMakeCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int

TestMakeCommand::comment()

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

TestMakeCommand::info()

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

AuthenticatesAndRegistersUsers::redirectPath()

string redirectPath() Get the post register / login redirect path. Return Value string

Action::__construct()

void __construct(string $text, string $url) Create a new action instance. Parameters string $text string $url Return Value void

Command::question()

void question(string $string, null|int|string $verbosity = null) Write a string as question output. Parameters string $string null|int|string $verbosity Return Value void

MorphToMany::saveMany()

array saveMany(Collection|array $models, array $joinings = array()) Save an array of new models and attach them to the parent model. Parameters Collection|array $models array $joinings Return Value array

ResetCommand::confirmToProceed()

bool confirmToProceed(string $warning = 'Application In Production!', Closure|bool|null $callback = null) Confirm before proceeding with the action. Parameters string $warning Closure|bool|null $callback Return Value bool