HipsterJazzbo\Landlord\LandlordServiceProvider::boot PHP Method

boot() public method

Bootstrap the application events.
public boot ( ) : void
return void
    public function boot()
    {
        $this->publishes([realpath(__DIR__ . '/../config/landlord.php') => config_path('landlord.php')]);
    }
LandlordServiceProvider