LaravelAngular\Generators\LaravelServiceProvider::boot PHP Метод

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

Boot the service provider.
public boot ( ) : void
Результат void
    public function boot()
    {
        $this->publishes([__DIR__ . '/../config/generators.php' => config_path('generators.php')]);
    }
LaravelServiceProvider