-
-
Notifications
You must be signed in to change notification settings - Fork 76
docs: clarify register() and boot() usage in Plugin registration file (#228) #237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: clarify register() and boot() usage in Plugin registration file (#228) #237
Conversation
@EmiFunes91 thanks for your interest in contributing to the Winter CMS documentation. Please review the errors reported by the linter. |
01cd35d
to
4b53a73
Compare
Thanks, @LukeTowers. |
Hi Luke, just following up to see if this could be reviewed when possible. The goal here was to clarify the plugin lifecycle methods with a more structured explanation and practical examples, aligned with the scope of Issue #228. I'm happy to make any adjustments if needed to better fit the style or direction of the docs. Thanks again for your time and for the great work you do maintaining WinterCMS. |
This pull request addresses issue #228 by improving the clarity and structure of the
register()
andboot()
method documentation in the Plugin registration guide.Summary of changes:
$elevated = true
in special contexts.Purpose:
The goal of this update is to offer a clearer understanding of two core lifecycle methods for plugin developers—especially those new to Winter CMS. These clarifications aim to reduce misimplementation and make the documentation more actionable.
Let me know if anything should be revised further. I’m glad to support this project.