![]() |
(03-27-2024, 01:01 AM)kenjis Wrote: If you create Composer packages, you can share the code easily. Thank you, that's a great suggestion, and probably good practice too. But while developing, I'd prefer a more "live" sharing setup, like a "Super Global Includes" or "Super Global Helpers"; basically so that I do not have to update composer packages for the other two "instances" when I update stuff in "the package". I mean, in theory, this could be done by just using use/require_once/etc and then just have a "shared folder structure", but I was wondering if there was an "official way" of doing it :-) -joho |
Messages In This Thread |
Sharing things between CI4 instances - by joho - 03-27-2024, 12:38 AM
RE: Sharing things between CI4 instances - by kenjis - 03-27-2024, 01:01 AM
RE: Sharing things between CI4 instances - by joho - 03-27-2024, 01:13 AM
RE: Sharing things between CI4 instances - by kenjis - 03-27-2024, 01:30 AM
RE: Sharing things between CI4 instances - by joho - 03-27-2024, 01:39 AM
|