HipsterJazzbo\Landlord\LandlordServiceProvider::boot PHP Метод

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

Bootstrap the application events.
public boot ( ) : void
Результат void
    public function boot()
    {
        $this->publishes([realpath(__DIR__ . '/../config/landlord.php') => config_path('landlord.php')]);
    }
LandlordServiceProvider