distantmagic / resonance-project
Package info
github.com/distantmagic/resonance-project
Type:project
pkg:composer/distantmagic/resonance-project
v0.31.0
2024-07-08 21:33 UTC
Requires
- php: >=8.2
- distantmagic/resonance: ^0.31.0
Requires (Dev)
- swoole/ide-helper: ^5.1
This package is auto-updated.
Last update: 2026-06-09 01:55:56 UTC
README
To start the project you need to:
- Install dependencies with
composer install - Create
config.ini(you can copyconfig.ini.example) - Run
php bin/resonance.php servein the terminal to start the server
Using SSL
In order to use SSL you need to generate SSL certificate for a local development
and uncomment SSL related settings in app/Command/Serve.php.