What does it do? And remove the , after the github link ;)
DatabaseAdmin
hi,
when starting development on a new project, I always find that I'm running a lot of the artisan commands, like: php artisan mgirate:refresh --seed to reset.
Or when that fails I sometimes reset the whole db. and that can get sometimes irritating, so I created a basic C# application to do that for me :)
This is fully opensource, and if you have any questions regarding it, or if you want a command to be added. add it yourself or ask it :)
Screen on the right is the log

Releases are here: https://github.com/cskiwi/DatabaseAdmin/releases/latest
If you want to contribute: https://github.com/cskiwi/DatabaseAdmin
- Settings are saved upon exit, so you don't have to reenter everything
- Password is visible for easy seeing typo's :)
Note: the working dir, is the dir where you would run your artisan commands from.
Note2: this was made in a couple of hours, so nothing realy fancy, just an easy tool :)
Please or to participate in this conversation.