distantmagic / resonance-project
Installs: 73
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 1
Open Issues: 0
Type:project
Requires
- php: >=8.2
- distantmagic/resonance: ^0.31.0
Requires (Dev)
- swoole/ide-helper: ^5.1
- dev-master
- v0.31.0
- v0.30.0
- v0.29.0
- v0.28.2
- v0.28.1
- v0.27.4
- v0.27.2
- v0.27.1
- v0.27.0
- v0.26.0
- v0.25.2
- v0.25.0
- v0.24.0
- v0.23.0
- v0.22.1
- v0.22.0
- v0.21.0
- v0.20.1
- v0.20.0
- v0.19.1
- v0.19.0
- v0.18.1
- v0.18.0
- v0.17.0
- v0.16.0
- v0.15.0
- v0.14.0
- v0.13.2
- v0.13.1
- v0.13.0
- v0.11.2
- v0.11.1
- v0.11.0
- v0.9.1
- v0.6.0
- v0.5.1
- v0.5.0
- v0.1.0
This package is auto-updated.
Last update: 2024-10-08 21:57:16 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 serve
in 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
.