From b092645733b555288ded55200a778451fb9d8f3d Mon Sep 17 00:00:00 2001 From: Ro Date: Mon, 19 Sep 2022 16:52:29 -0700 Subject: [PATCH] Removed Fipamo classes from composer autoloading I didn't like the extra step that had to be taken to register new classes from the command line using composer's auto dump, so a quick script was implemented to handle Fipamo loading classes seperately so composer can manage itself, removing the need for updating it whenever I add a new classs to the codebase --- brain/_loader.php | 10 ++++++++++ composer.json | 5 ----- public/index.php | 4 ++++ 3 files changed, 14 insertions(+), 5 deletions(-) create mode 100644 brain/_loader.php diff --git a/brain/_loader.php b/brain/_loader.php new file mode 100644 index 0000000..87a4cf9 --- /dev/null +++ b/brain/_loader.php @@ -0,0 +1,10 @@ +