Update: 2026-05-06 21:24:56
This commit is contained in:
@@ -14,6 +14,12 @@ define('STORAGE_PATH', ROOT_PATH . '/storage');
|
||||
require_once APP_PATH . '/bootstrap/env.php';
|
||||
require_once APP_PATH . '/helpers/helpers.php';
|
||||
|
||||
// Load Composer Autoloader
|
||||
$vendorAutoload = ROOT_PATH . '/vendor/autoload.php';
|
||||
if (file_exists($vendorAutoload)) {
|
||||
require_once $vendorAutoload;
|
||||
}
|
||||
|
||||
// Self-healing Storage
|
||||
$dirs = ['/cache', '/logs', '/invoices', '/exports'];
|
||||
foreach ($dirs as $d) {
|
||||
|
||||
Reference in New Issue
Block a user