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

Use Database Connection name when generating import shell command #34

Closed stefanzweifel closed 1 year ago

stefanzweifel commented 1 year ago

This PR tackles #33 and resolves a couple of open todos. Instead of hard-coding using mysql, sqlite or pgsql connection in the importer, this PR updates the classes to use data from the selected connection name.