distantmagic/resonance-project

Maintainers

Package info

github.com/distantmagic/resonance-project

Type:project

pkg:composer/distantmagic/resonance-project

Statistics

Installs: 106

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

v0.31.0 2024-07-08 21:33 UTC

README

To start the project you need to:

  1. Install dependencies with composer install
  2. Create config.ini (you can copy config.ini.example)
  3. 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.