Nahid\Talk\TalkServiceProvider::boot PHP Method

boot() public method

Bootstrap the application services.
public boot ( )
    public function boot()
    {
        $this->setupConfig();
        $this->setupMigrations();
        $this->loadViewsFrom(__DIR__ . '/views', 'talk');
    }