ProviderMakeCommand::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

CommandMakeCommand::getOutput()

OutputInterface getOutput() Get the output implementation. Return Value OutputInterface

TinkerCommand::run()

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

ProviderMakeCommand::run()

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

AutoloadCommand::run()

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

HasMany::update()

int update(array $attributes) Perform an update on all the related models. Parameters array $attributes Return Value int

Router::dispatchToRoute()

mixed dispatchToRoute(Request $request) Dispatch the request to a route and return the response. Parameters Request $request Return Value mixed

TranslationServiceProvider::__call()

mixed __call(string $method, array $parameters) Dynamically handle missing method calls. Parameters string $method array $parameters Return Value mixed

FilesystemAdapter::mimeType()

string|false mimeType(string $path) Get the mime-type of a given file. Parameters string $path Return Value string|false

CapsuleManagerTrait

CapsuleManagerTrait trait CapsuleManagerTrait (View source) Methods void setAsGlobal() Make this capsule instance available globally. Container getContainer() Get the IoC container instance. void setContainer(Container $container) Set the IoC container instance.