InfyOm\Generator\InfyOmGeneratorServiceProvider::boot PHP Method

boot() public method

Bootstrap the application services.
public boot ( ) : void
return void
    public function boot()
    {
        $configPath = __DIR__ . '/../config/laravel_generator.php';
        $this->publishes([$configPath => config_path('infyom/laravel_generator.php')]);
    }
InfyOmGeneratorServiceProvider