Skip to main content

Installation

If you are working on Qore framework itself you can follow the steps below to set up your local environment.

Run the installation steps as described in the Getting Started Installation guide.

Next, configure the application to use a local checkout of the framework package:

  1. Clone the Qore framework into packages/framework (git@git.qlic.nl:qore-next/framework.git).
  2. Update the qore-next/system version to dev-main in composer.json.
  3. Add a local repository reference to composer.json and run composer update.
"repositories": {
"qore/next": {
"type": "path",
"url": "./packages/framework/src/system",
"options": {
"symlink": true
}
},
"packistry": {
"type": "composer",
"url": "https://packistry.qlic.nl"
}
},
  1. Update vite.config.ts and set qoreNextPath to ./packages/framework/src/system/resources/js.