SEIGI

Results 6 comments of SEIGI

PS: And a way to remove łąćźś etc. :)

seems im too impatient... examples in docs could be extended... https://gist.github.com/seigieu/5cc599fbed512f607a73bcb84921b176

@onigoetz This solution made me some problems... acually changed it to this: ``` public function manipulateTree(Root $root) { $this->parseDirectory($root); } private function parseDirectory(\Todaymade\Daux\Tree\Directory $object) { foreach($object->getEntries() as $tempname => $val)...

PS: my aim was acually to have control over folder names in menu, started from wrong side :)

@getdatakick thanks for reply Was afraid it's not going to be that simple. However i can see 2 possible (maybe possible) solutions. One would be to fine tune `RewriteCond %{REQUEST_FILENAME}...

Didn't test it. If I understand right, I can list everything by single json? I don't think it's safe if anyone can see every file available. By API I also...