Files
clinicpro/graphify-out/cache/ast/v0.8.44/3b2fcf35ae459cfe82147916f43a6da872819e946938e0cd330a596a226065a8.json
T
hamed 97958ecc7d Update Kernel.php for writable base handling, add .htaccess for routing, and modify manifest.json and liara.json
- Refactored Kernel.php to ensure writable base directory is set correctly for production on Liara.
- Added .htaccess file to forward requests to the public directory, addressing the limitation of Liara's PHP platform.
- Updated manifest.json with new modification times and AST hashes for affected files.
- Minor formatting change in liara.json to ensure proper file structure.
2026-06-29 18:24:48 +03:30

1 line
3.7 KiB
JSON

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_kernel_php", "label": "Kernel.php", "file_type": "code", "source_file": "src/Kernel.php", "source_location": "L1"}, {"id": "src_kernel_kernel", "label": "Kernel", "file_type": "code", "source_file": "src/Kernel.php", "source_location": "L8"}, {"id": "basekernel", "label": "BaseKernel", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "microkerneltrait", "label": "MicroKernelTrait", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "src_kernel_kernel_writablebase", "label": ".writableBase()", "file_type": "code", "source_file": "src/Kernel.php", "source_location": "L16"}, {"id": "src_kernel_kernel_getcachedir", "label": ".getCacheDir()", "file_type": "code", "source_file": "src/Kernel.php", "source_location": "L21"}, {"id": "src_kernel_kernel_getlogdir", "label": ".getLogDir()", "file_type": "code", "source_file": "src/Kernel.php", "source_location": "L26"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_kernel_php", "target": "microkerneltrait", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Kernel.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_kernel_php", "target": "kernel", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Kernel.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_kernel_php", "target": "src_kernel_kernel", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Kernel.php", "source_location": "L8", "weight": 1.0}, {"source": "src_kernel_kernel", "target": "basekernel", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Kernel.php", "source_location": "L8", "weight": 1.0}, {"source": "src_kernel_kernel", "target": "microkerneltrait", "relation": "mixes_in", "confidence": "EXTRACTED", "source_file": "src/Kernel.php", "source_location": "L10", "weight": 1.0}, {"source": "src_kernel_kernel", "target": "src_kernel_kernel_writablebase", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Kernel.php", "source_location": "L16", "weight": 1.0}, {"source": "src_kernel_kernel", "target": "src_kernel_kernel_getcachedir", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Kernel.php", "source_location": "L21", "weight": 1.0}, {"source": "src_kernel_kernel", "target": "src_kernel_kernel_getlogdir", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Kernel.php", "source_location": "L26", "weight": 1.0}, {"source": "src_kernel_kernel_getcachedir", "target": "src_kernel_kernel_writablebase", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Kernel.php", "source_location": "L23", "weight": 1.0}, {"source": "src_kernel_kernel_getlogdir", "target": "src_kernel_kernel_writablebase", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Kernel.php", "source_location": "L28", "weight": 1.0}], "raw_calls": [{"caller_nid": "src_kernel_kernel_writablebase", "callee": "getenv", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Kernel.php", "source_location": "L18", "receiver": null}, {"caller_nid": "src_kernel_kernel_getcachedir", "callee": "parent", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Kernel.php", "source_location": "L23", "receiver": null}, {"caller_nid": "src_kernel_kernel_getlogdir", "callee": "parent", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Kernel.php", "source_location": "L28", "receiver": null}]}