Model::isFillable()

bool isFillable(string $key) Determine if the given attribute may be mass assigned. Parameters string $key Return Value bool

EncryptedStore::getBagData()

array getBagData(string $name) Get the raw bag data array for a given bag. Parameters string $name Return Value array

GeneratorCommand::choice()

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple Return Value string

TestMakeCommand

TestMakeCommand class TestMakeCommand extends GeneratorCommand (View source) Methods void __construct(Filesystem $files) Create a new controller creator command instance. from GeneratorCommand int run(InputInterface $input, OutputInterface $output) Run the console command. from Command int call(string $command, array $arguments = array()) Call another console command. from Command int callSilent(string $command, array $arguments = array()) Call another console command silently

Command::table()

void table(array $headers, Arrayable|array $rows, string $style = 'default') Format input to textual table. Parameters array $headers Arrayable|array $rows string $style Return Value void

EncryptedStore::getEncrypter()

Encrypter getEncrypter() Get the encrypter instance. Return Value Encrypter

Grammar::getValue()

string getValue(Expression $expression) Get the value of a raw expression. Parameters Expression $expression Return Value string

Translator::choice()

string choice(string $key, int|array|Countable $number, array $replace = array(), string $locale = null) Get a translation according to an integer value. Parameters string $key int|array|Countable $number array $replace string $locale Return Value string

BcryptHasher::check()

bool check(string $value, string $hashedValue, array $options = array()) Check the given plain value against a hash. Parameters string $value string $hashedValue array $options Return Value bool

ChangesCommand::table()

void table(array $headers, array $rows, string $style = 'default') Format input to textual table Parameters array $headers array $rows string $style Return Value void