RollbackCommand::line()

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

SeedServiceProvider::when()

array when() Get the events that trigger this service provider to register. Return Value array

Encrypter::decrypt()

string decrypt(string $payload) Decrypt the given value. Parameters string $payload Return Value string Exceptions DecryptException

ResetCommand::run()

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

DatabaseNotification::makeVisible()

$this makeVisible(array|string $attributes) Make the given, typically hidden, attributes visible. Parameters array|string $attributes Return Value $this

Store::flash()

void flash(string $key, mixed $value) Flash a key / value pair to the session. Parameters string $key mixed $value Return Value void

EncryptionServiceProvider::when()

array when() Get the events that trigger this service provider to register. Return Value array

PasswordBrokerManager::setDefaultDriver()

void setDefaultDriver(string $name) Set the default password broker name. Parameters string $name Return Value void

Application::isLocale()

bool isLocale(string $locale) Determine if application locale is the given locale. Parameters string $locale Return Value bool

CacheTableCommand

CacheTableCommand class CacheTableCommand extends Command (View source) Methods void __construct(Filesystem $files, Composer $composer) Create a new cache table command instance. 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. from Comma