$requires in plugin.php #1189
samcoppock
started this conversation in
General
Replies: 1 comment 5 replies
-
@samcoppock that's the idea, see https://github.com/wintercms/winter/blob/develop/modules/system/classes/PluginManager.php#L955-L961. You should be careful about relying on load order however. Is there something specific you're trying to accomplish? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
does listing a plugin in a different plugins plugin.php $requires variable have any effect on the code execution?
does it cause the required plugin to be loaded first or the migrations from the required plugin to run first
Beta Was this translation helpful? Give feedback.
All reactions