⚠️ THIS IS A VERY EARLY, FAR FROM FINISHED, VERSION
A dashboard to manage your apps in Soketi.
Not affiliated with the main Soketi project.
- PHP 8.0+
- Node 16
- Soketi running with a MySQL or PostgreSQL app manager
- DynamoDB support soon
Currently, you'll need to clone down the repo, and run:
n 16
composer install --no-dev
npm install
npm run production
Then you'll need to setup the standard laravel environment variables (mainly your database connection details).
Next, you can run migrations with:
php artisan migrate
This will create the soketi apps
table, so currently if you have this, you will need to work around running the migrations.