Caffeinated\Modules\ModulesServiceProvider::boot PHP Method

boot() public method

Boot the service provider.
public boot ( )
    public function boot()
    {
        $this->publishes([__DIR__ . '/../config/modules.php' => config_path('modules.php')], 'config');
        $this->app['modules']->register();
    }