@iamproperty/reapit-elements
v1.0.0
Published
## Local Development
Downloads
27
Keywords
Readme
Elements
Local Development
To test your changes within a project you should add the repository config below to your composer.json repositories property.
It should be added as the fist repository so that Composer will use it before any published version.
Please don't commit these changes to composer.json or changes to composer.lock based on these changes.
The symlink property is important when running within Docker because the container won't have access to this package and the files won't be found within the container when looked for.
When running in this way you can use composer reinstall iamproperty/reapit-elements to update your latest changes.
If you wanted to have instant changes you should be able to mount this project into your container.
{
"type": "path",
"url": "<path to this package>",
"options": {
"symlink": false
}
}