alltube/classes
bellington3 c5298dd24b
Provide basePath support (#309)
* Provide basePath support

To be able to serve the application via a reverse proxy in a subfolder
smarty needs to be aware of the basepath if any.

* Provide basepath support via X-Forwarded headers

* Fix warnings

* Review adjustments

* Provide support X-Forwarded-Host header

* Use $uri in view factory directly

* Use middleware to set basepath from X-Forwarded-Path header

* Fix invalid type hint in RouterPathMiddleware

* Add "X-Forwarded-Host" to README
2020-10-19 22:18:03 +02:00
..
Controller Log handled exceptions 2020-10-18 13:20:06 +02:00
Exception Use a factory to Config and LocaleManager (see #298) 2020-07-15 23:05:41 +02:00
Robo/Plugin/Commands Don't exclude RoboFile.php from grumphp scans (closes #294) 2020-07-02 22:53:15 +02:00
Stream Lint 2020-09-27 16:06:49 +02:00
Config.php Stop using a singleton for LocaleManager (#298) 2020-10-17 22:36:03 +02:00
ConfigFactory.php Fix uglyUrls 2020-10-18 00:59:19 +02:00
ErrorHandler.php Improve fallback error handling 2020-10-18 13:20:06 +02:00
Locale.php Lint 2020-09-27 16:06:49 +02:00
LocaleManager.php Stop using a singleton for LocaleManager (#298) 2020-10-17 22:36:03 +02:00
LocaleManagerFactory.php Stop using a singleton for LocaleManager (#298) 2020-10-17 22:36:03 +02:00
LocaleMiddleware.php phpstan update 2020-05-13 22:28:05 +02:00
LoggerFactory.php Use a factory to Config and LocaleManager (see #298) 2020-07-15 23:05:41 +02:00
RouterPathMiddleware.php Provide basePath support (#309) 2020-10-19 22:18:03 +02:00
SessionManager.php style(phpcs): Switch to PSR-12 2019-10-03 21:24:12 +02:00
UglyRouter.php Lint 2020-09-27 16:06:49 +02:00
ViewFactory.php Provide basePath support (#309) 2020-10-19 22:18:03 +02:00