RouteListServiceProvider::provides()

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

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

RouteListServiceProvider::isDeferred()

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

RouteListServiceProvider::guessPackagePath()

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

RouteListServiceProvider::commands()

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

RouteListServiceProvider::boot()

void boot() Bootstrap the application events. Return Value void

RouteListServiceProvider

RouteListServiceProvider class RouteListServiceProvider extends ServiceProvider (View source) Methods void __construct(Application $app) Create a new service provider instance. from ServiceProvider void boot() Bootstrap the application events. from ServiceProvider void register() Register the service provider. void package(string $package, string $namespace = null, string $path = null) Register the package's component namespaces. from ServiceProvider string guessPackagePa

RouteListCommand::__construct()

void __construct(Router $router) Create a new route command instance. Parameters Router $router Return Value void

RouteListCommand::warn()

void warn(string $string, null|int|string $verbosity = null) Write a string as warning output. Parameters string $string null|int|string $verbosity Return Value void

RouteListCommand::table()

void table(array $headers, Arrayable|array $rows, string $style = 'default') Format input to textual table. Parameters array $headers Arrayable|array $rows string $style Return Value void