/chatapp-swift-chatkit-beams

Create a chatroom with Swift, Pusher Chatkit, and Pusher Beams

Primary LanguagePHP

chatapp-swift-chatkit-beams

Create a chatroom with Swift, Pusher Chatkit, and Pusher Beams

View tutorial

Getting Started

Clone the repository.

API

  • cd to the Api directory.
  • Copy the .env.example to .env.
  • Update the database, Chatkit and Beams credentials.
  • Run composer install.
  • Run php artisan migrate.
  • Run php artisan passport:install.
  • Run php artisan serve to start the server.

APP

  • Open the Convey.xcworkspace file in Xcode.
  • Update the keys in AppConstants.swift.
  • Update the general settings for the application.
  • Run the application.

Prerequisites

You need the following installed:

Built With