daux.io/libs
Morgan Zolob 7928b4365b Allow Daux to work from sub-directories
If you try to host Daux from any directory other than the root of a website (like mysite.com/docs, for example), it just gives an error that the page can't be found. This commit will make Daux remove the base directory from the request when handling it, which should make it work properly in sub-directories.
2018-09-20 20:14:43 +02:00
..
Console Changed Server.php to be able to run on symfony 4.0+ 2018-08-13 08:42:14 +02:00
ContentTypes Create cache for Markdown content. #51 2018-06-06 23:20:29 +02:00
Exception Show broken links in red, external link with an arrow. fixes #395 2016-08-16 23:25:06 +02:00
Format Fix breadcrumb support of multiple folders with the same name. Fixes #54 2018-06-05 23:02:01 +02:00
Server Allow Daux to work from sub-directories 2018-09-20 20:14:43 +02:00
Tree Fix regression introduced to fix #55 2018-06-06 23:37:26 +02:00
BaseConfig.php Add a way to support any platform for the "Edit On" feature, fixes #413 2016-09-30 22:24:33 +02:00
Cache.php Fix cache, add clear-cache command 2018-06-07 20:40:38 +02:00
Config.php Fix regression introduced to fix #55 2018-06-06 23:37:26 +02:00
Daux.php Fix cache, add clear-cache command 2018-06-07 20:40:38 +02:00
DauxHelper.php Small refactoring and documentation fix 2017-11-07 23:17:05 +01:00
Exception.php Convert to PSR2 2015-07-20 20:49:09 +02:00
GeneratorHelper.php Allow for custom themes on `generate` with global installation, partly fixes #396 2016-09-06 23:11:32 +02:00
Processor.php More refactoring 2017-11-07 22:44:27 +01:00
bootstrap.php Remove daux.phar 2017-10-18 21:15:35 +02:00