Replies: 1 comment 1 reply
-
Thanks for the suggestion, but I think this is out of scope for the package. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was thinking about creating a command for downloading the latest SQL backup from production. This way you can debug and test stuff with production data easily.
php artisan backup:download-latest
or something like
php artisan backup:fetch
Note that it would be important that the file was added to .gitignore.
Beta Was this translation helpful? Give feedback.
All reactions