AssetPublishCommand::callSilent()

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

AssetPublishCommand::call()

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

AssetPublishCommand::askWithCompletion()

string askWithCompletion(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string

AssetPublishCommand::ask()

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

AssetPublishCommand::argument()

string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array

AssetPublishCommand

AssetPublishCommand class AssetPublishCommand extends Command (View source) Methods void __construct(AssetPublisher $assets) Create a new asset publish 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 Command strin

AssertionsTrait::assertViewMissing()

void assertViewMissing(string $key) Assert that the response view is missing a piece of bound data. Parameters string $key Return Value void

AssertionsTrait::assertViewHasAll()

void assertViewHasAll(array $bindings) Assert that the view has a given list of bound data. Parameters array $bindings Return Value void

AssertionsTrait::assertViewHas()

void assertViewHas(string|array $key, mixed $value = null) Assert that the response view has a given piece of bound data. Parameters string|array $key mixed $value Return Value void

AssertionsTrait::assertSessionHasErrors()

void assertSessionHasErrors(string|array $bindings = array(), mixed $format = null) Assert that the session has errors bound. Parameters string|array $bindings mixed $format Return Value void