stefanzweifel / laravel-backup-restore

A package to restore database backups made with spatie/laravel-backup.
https://stefanzweifel.dev/posts/2023/06/15/introducing-laravel-backup-restore
MIT License
165 stars 15 forks source link

Show Connection Details in Confirmation Prompt #20

Closed stefanzweifel closed 1 year ago

stefanzweifel commented 1 year ago

This PR improves the final confirmation prompt to show more details of the selected connection (host, database, user). The updated prompt should make it clearer to users into which database they are restoring the backup to.