PHP Class Unicodeveloper\DumbPassword\DumbPasswordServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Mostra file Open project: unicodeveloper/laravel-password

Protected Properties

Property Type Description
$message string Default error message.

Public Methods

Method Description
boot ( ) Publishes all the config file this package needs to function.
provides ( ) : array Get the services provided by the provider.
register ( ) Register the application services.

Method Details

boot() public method

Publishes all the config file this package needs to function.
public boot ( )

provides() public method

Get the services provided by the provider.
public provides ( ) : array
return array

register() public method

Register the application services.
public register ( )

Property Details

$message protected_oe property

Default error message.
protected string $message
return string