Sleimanx2\Plastic\PlasticServiceProvider::boot PHP Méthode

boot() public méthode

Perform post-registration booting of services.
public boot ( ) : void
Résultat 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');
    }