Sleimanx2\Plastic\PlasticServiceProvider::boot PHP Method

boot() public method

Perform post-registration booting of services.
public boot ( ) : void
return void
    public function boot()
    {
        // Publish the configuration path
        $this->publishes([__DIR__ . '/Resources/config.php' => config_path('plastic.php')]);
        // Create the mapping folder
        $this->publishes([__DIR__ . '/Resources/database' => database_path()], 'database');
    }