Arcanedev\Localization\LocalizationServiceProvider::boot PHP Method

boot() public method

Boot the package.
public boot ( )
    public function boot()
    {
        parent::boot();
        $this->publishConfig();
        $this->publishViews();
    }