PHPMongoAdmin provides full MongoDB management capabilities. Coded in PHP using Laravel as a RESTful API gateway with Vue JS for the front-end. PHP MongoDB Admin leverages ideas from tried & tested applications like PhpMyAdmin and RockMongo. Built for PHP 7.2+
Currently when editing a document and the option to edit by 'key -> value' is selected and values that are are obects are still displayed as obects.
Nested objects should be iterated down to the lowest level to enable full editing capability on all keys and values while maintaining a visualized display of the actual data hierachy.
Currently when editing a document and the option to edit by 'key -> value' is selected and values that are are obects are still displayed as obects. Nested objects should be iterated down to the lowest level to enable full editing capability on all keys and values while maintaining a visualized display of the actual data hierachy.