Replies: 1 comment 1 reply
-
Hey @Wulfheart I think that you can add you custom helpers in your packages and add them to your composer.json package. Maybe something like this: {
"autoload": {
"files": [
"path/to/Helpers.php"
]
}
} Hope this makes sense to you 😃 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Proposed syntax:
Beta Was this translation helpful? Give feedback.
All reactions