From c8d7b693671ec8b299242d79e7fed4297812fd30 Mon Sep 17 00:00:00 2001 From: kj Date: Sat, 11 Oct 2025 10:44:20 -0300 Subject: [PATCH] feat(bootstrap): Introduce Libs\Loader for directory loading --- index.php | 17 ++++++++++------- src/Libs/Loader.php | 31 +++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 7 deletions(-) create mode 100644 src/Libs/Loader.php diff --git a/index.php b/index.php index 8aab985..47eb68a 100644 --- a/index.php +++ b/index.php @@ -1,8 +1,11 @@