MathiasGrimm\LaravelDotEnvGen\DotEnvGenServiceProvider::boot PHP Метод

boot() публичный Метод

public boot ( )
    public function boot()
    {
        $this->publishes([__DIR__ . '/config/dotenvgen.php' => config_path('dotenvgen.php')], 'config');
    }
DotEnvGenServiceProvider