php-mongo / admin

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+
GNU General Public License v3.0
9 stars 3 forks source link

Complete User Management Component #13

Closed gilbert-rehling closed 3 years ago

gilbert-rehling commented 3 years ago

Currently the User component is only a basic placeholder with an add user form, however new users are not saved. Database users are also currently not displayed. No editing capability exists as yet.

gilbert-rehling commented 3 years ago

This body of work has been completed and is now in test phase.