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.
This commit is contained in:
@@ -1290,8 +1290,8 @@
|
||||
"semantic_hash": ""
|
||||
},
|
||||
"src/Kernel.php": {
|
||||
"mtime": 1782741976.619887,
|
||||
"ast_hash": "7315899793a1f539c3f68a2eade4200a",
|
||||
"mtime": 1782743240.2494988,
|
||||
"ast_hash": "dfbdba27446fea6b4673e750dd07362b",
|
||||
"semantic_hash": ""
|
||||
},
|
||||
"src/Location/Controller/LocationController.php": {
|
||||
@@ -3335,8 +3335,8 @@
|
||||
"semantic_hash": ""
|
||||
},
|
||||
"liara.json": {
|
||||
"mtime": 1782740970.8957605,
|
||||
"ast_hash": "e57f848d8ea44e16583ee9c918c76449",
|
||||
"mtime": 1782743130.087785,
|
||||
"ast_hash": "46b9255bc002a7d9606afe36c7fbd95b",
|
||||
"semantic_hash": ""
|
||||
},
|
||||
"liara_pre_build.sh": {
|
||||
|
||||
Reference in New Issue
Block a user