Update README to Use Correct Config Publish Tag #26
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR updates the documentation to reflect the correct publish tag for the package configuration file.
Details
--tag="config"for publishing the config file, which may have worked in earlier versions or with different package setups.bexio-configinstead of the genericconfig.--tag="bexio-config"when publishing the config file.Previous Experience
Previously, following the old instructions and running:
would result in the message:
and the config file would not be published.
Motivation
There has been potential changes in how config files are registered and tagged for publishing, possibly due to updates in package tools or Laravel itself. The old instructions no longer work as expected, but the new tag works reliably. This PR ensures the documentation is accurate and helps users avoid confusion.