Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

cskiwi's avatar

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 Interface

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 :)

0 likes
2 replies
luceos's avatar

What does it do? And remove the , after the github link ;)

1 like
cskiwi's avatar

@luceos just added a screenshot that show the commands that are availible. and thanks for the ',' didn't see it :)

Please or to participate in this conversation.