ReminderServiceProvider::provides()

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

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

ReminderServiceProvider::isDeferred()

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

ReminderServiceProvider::guessPackagePath()

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

ReminderServiceProvider::commands()

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

ReminderServiceProvider::boot()

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

ReminderServiceProvider

ReminderServiceProvider class ReminderServiceProvider 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 guessPackagePath

RemindersControllerCommand::__construct()

void __construct(Filesystem $files) Create a new reminder table command instance. Parameters Filesystem $files Return Value void

RemindersControllerCommand::table()

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

RemindersControllerCommand::setLaravel()

void setLaravel(Application $laravel) Set the Laravel application instance. Parameters Application $laravel Return Value void