Changed
-
The config key is
laranail.console, published toconfig/laranail/console.php. Every read
moves with it —config('console.theme.preset')is now
config('laranail.console.theme.preset'). Laravel's config repository is a flat map andconsole
is a name an application could plausibly use for its own file. -
Publish tags are vendor-scoped:
console-config→laranail::console-config,console-lang
→laranail::console-lang.
Fixed
- Published translations went to the lang root rather than to
lang/vendor/laranail-console, which is where the namespaced loader looks — so every published
override was silently ignored while the packaged default kept answering.
Initial public release.
Full history: CHANGELOG.md.
What's Changed
- chore(actions)(deps): bump softprops/action-gh-release from 3.0.1 to 3.0.2 in the actions-minor-and-patch group by @dependabot[bot] in #42
- chore(actions)(deps): bump actions/checkout from 7.0.0 to 7.0.1 in the actions-minor-and-patch group by @dependabot[bot] in #43
- chore(deps)(deps-dev): update infection/infection requirement from ^0.34 to ^0.35 in the composer-minor-and-patch group by @dependabot[bot] in #44
- Flatten src/Console/ into src/ by @imanimanyara in #46
- Pin the namespaced-names trait against a shared conformance test by @imanimanyara in #45
- chore(actions)(deps): bump anchore/sbom-action from 0.24.0 to 0.24.2 in the actions-minor-and-patch group by @dependabot[bot] in #47
- style: apply pint by @imanimanyara in #48
- Drop stale laranail archives from the composer cache by @imanimanyara in #49
- Floor laravel/pint at the version whose output is committed by @imanimanyara in #50
- chore(actions)(deps): bump softprops/action-gh-release from 3.0.2 to 3.0.3 in the actions-minor-and-patch group by @dependabot[bot] in #51
Full Changelog: https://github.com/laranail/console/commits/v0.1.0