Create a chatroom with Swift, Pusher Chatkit, and Pusher Beams
Clone the repository.
cd
to theApi
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.
- Open the
Convey.xcworkspace
file in Xcode. - Update the keys in
AppConstants.swift
. - Update the general settings for the application.
- Run the application.
You need the following installed: