AdamWathan\EloquentOAuthL5\Installation\InstallCommand::handle PHP Method

handle() public method

public handle ( )
    public function handle()
    {
        try {
            $this->publishConfig();
            $this->publishMigrations();
            $this->composer->dumpAutoloads();
            $this->comment('Package configuration and migrations installed!');
        } catch (FileExistsException $e) {
            $this->error('It looks like this package has already been installed. Use --force to override.');
        }
    }