An open API service indexing awesome lists of open source software.

https://github.com/distantmagic/resonance-project

Minimal code required to start a Resonance Framework project.
https://github.com/distantmagic/resonance-project

Last synced: about 1 month ago
JSON representation

Minimal code required to start a Resonance Framework project.

Awesome Lists containing this project

README

          

# Resonance Project

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](https://resonance.distantmagic.com/docs/extras/ssl-certificate-for-local-development.html)
and uncomment SSL related settings in `app/Command/Serve.php`.