docs icon indicating copy to clipboard operation
docs copied to clipboard

Extension installation: Reference the composer config in config.yml for advanced devs

Open michaelborn opened this issue 7 years ago • 1 comments

When attempting to develop locally, it is impossible to load a dev extension into Bolt without either setting it to a stable release (which is obviously not good for a new extension) or editing the composer settings in config.yml. Myself and others have hit a wall attempting to manually set minimum-stability:true in extensions/composer.json, only to have it constantly revert back to true.

I understand that the composer config vars in config.yml are not for everyone, and ideally should not be utilized most of the time. But they are there for a reason, and I think it's worth at least a mention in the installing new extensions section.

michaelborn avatar Aug 28 '18 14:08 michaelborn

Or perhaps, just "Also see 'Extensions' under 'Advanced Configuration'".

Then create a new Advanced Configuration section at https://docs.bolt.cm/3.5/configuration/advanced/extensions

michaelborn avatar Aug 28 '18 14:08 michaelborn