Add router config

- Introduce route.config.php structure
- Adding config loader for routes
- Adapt Module class (separation of duties)
- Add tests
This commit is contained in:
Philipp Holzer
2019-09-26 21:18:01 +02:00
parent b51dedd7e7
commit 0e5cb88888
7 changed files with 401 additions and 209 deletions

View File

@@ -4,7 +4,6 @@ namespace Friendica;
use Friendica\Core\L10n;
use Friendica\Core\Logger;
use Friendica\Core\System;
/**
* All modules in Friendica should extend BaseModule, although not all modules