MakeAuthCommand::anticipate()

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

MakeAuthCommand class MakeAuthCommand extends Command (View source) Traits AppNamespaceDetectorTrait

MaintenanceServiceProvider::__construct()

void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void

MaintenanceServiceProvider::when()

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

MaintenanceServiceProvider::register()

void register() Register the service provider. Return Value void

MaintenanceServiceProvider::provides()

array provides() Get the services provided by the provider. Return Value array

MaintenanceServiceProvider::package()

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

MaintenanceServiceProvider::isDeferred()

bool isDeferred() Determine if the provider is deferred. Return Value bool

MaintenanceServiceProvider::guessPackagePath()

string guessPackagePath() Guess the package path for the provider. Return Value string

MaintenanceServiceProvider::commands()

void commands(array $commands) Register the package's custom Artisan commands. Parameters array $commands Return Value void