Replies: 1 comment 2 replies
-
|
Cool idea! A web UI is not something I have planned for this package, but if you've built something and would like others to use it as well, feel free to share your code as a package or as a PR to this repo. (I can't guarantee a merge) What would you expect in a web UI? A list of all recent backups and a button to restore the backup? Could you maybe explain in which context you would use such a UI? I hopefully assume I would run the UI on your local machine to restore a backup for the app your working on? As you probably noticed, the core class in this package is PendingRestore. I ususally don't document the internal structure of a package, as that's subject to change and I don't want to create new major versions, just because I renamed an internal method. I recently came across this Symfony package called dbtoolsbundle, that has a similar feature set as this package. Maybe we can incorporate some of the features in a future release. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I know we can always use the Artisan helper to call these commands from controllers but it would be really nice if you included a Facade or other helper and provided documentation on how to make use of all functionalities without ever depending on Artisan or running things from the console.
I already forked and hacked it up a bit so that I could sort of get it to power a web UI but it would be great if this was provided directly.
Many thanks for considering!
Beta Was this translation helpful? Give feedback.
All reactions