PHP Class Toplan\Sms\SmsManagerServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider, use trait Illuminate\Foundation\Bus\DispatchesJobs
显示文件 Open project: toplan/laravel-sms

Public Methods

Method Description
boot ( ) bootstrap, add routes
provides ( )
register ( ) register the service provider

Protected Methods

Method Description
initPhpSms ( ) Initialize the PhpSms

Method Details

boot() public method

bootstrap, add routes
public boot ( )

initPhpSms() protected method

Initialize the PhpSms
protected initPhpSms ( )

provides() public method

public provides ( )

register() public method

register the service provider
public register ( )