Custom loader - how to add files? #7974
rzvc
started this conversation in
Plugin development
Replies: 1 comment 10 replies
-
Can you describe what you're trying to do first? What is the error you're trying to solve? |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to add support for a custom loader, but what I have so far doesn't seem to work, and I can't find the documentation on this topic.
This is my code so far:
Adding the file like that, results in an "Uncaught InvalidArgumentException: Could not get file storage for src/loaded.php", which gets displayed after the analysis is done.
Any ideas on how this can be achieved?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions