Undefined property: Spatie\\Backup\\Events\\BackupHasFailed::$exception #1608
Unanswered
lukman-dev
asked this question in
Q&A
Replies: 1 comment
-
That version has no support, upgrade to the latest or feel free to make a PR for that branch |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello, I'm using the package laravel backup version 7.0,
I get an error when I try to run the command
Artisan::call('backup:run --only-db')
on my controller, when I try to run it via terminal with the commandphp artisan backup: run --only-db
, everything works fine. but when using Artisan::call in my controller, then I get an error :I'm using laravel version 8 with php 8.0,
maybe someone can help me with this problem, I'm very grateful 🙏🙏
Beta Was this translation helpful? Give feedback.
All reactions