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.
- Host: GitHub
- URL: https://github.com/distantmagic/resonance-project
- Owner: distantmagic
- Created: 2023-10-24T09:12:43.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-08T21:33:38.000Z (over 1 year ago)
- Last Synced: 2025-11-17T15:08:14.606Z (4 months ago)
- Language: PHP
- Homepage: https://resonance.distantmagic.com
- Size: 235 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.