N°2060 [WIP] Initialisation of the portal application:

- Refactor kernel bootstrapping:
  - Make bin/console from SF work
  - Make iTopPortalEditUrlMaker / iTopPortalViewUrlMaker work again
- Add classmap to /application in composer.json
This commit is contained in:
Molkobain
2019-07-05 15:53:05 +02:00
parent ab3024d98a
commit 322ea1870d
7 changed files with 164 additions and 120 deletions

View File

@@ -27,7 +27,8 @@
"Combodo\\iTop\\Portal\\": "src/"
},
"classmap": [
"../../../../core"
"../../../../core",
"../../../../application"
]
},
"autoload-dev": {