string anticipate(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
MakeAuthCommand class MakeAuthCommand extends Command (View source) Traits AppNamespaceDetectorTrait
void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void
array when() Get the events that trigger this service provider to register. Return Value array
void register() Register the service provider. Return Value void
array provides() Get the services provided by the provider. Return Value array
void package(string $package, string $namespace = null, string $path = null) Register the package's component namespaces. Parameters string $package string $namespace string $path Return Value void
bool isDeferred() Determine if the provider is deferred. Return Value bool
string guessPackagePath() Guess the package path for the provider. Return Value string
void commands(array $commands) Register the package's custom Artisan commands. Parameters array $commands Return Value void
Page 504 of 996