I'm currently using the PHP language laravel framework for my project, and there is a backup and restore in my feature and functions. for this, I have been trying to use spatial/laravel-backup .. but seems like it was not compatible with Windows. because it always shows up the error of
"Backup failed because: The dump process failed with exitcode 1 : General error: The system cannot find the path specified."
I believe the path is correct and I have tried to add it to the environment variance but still not working It was stated on the requirement of the spatie document that
“ It's not compatible with Windows servers.”
Can someone suggest to me a different way how to create a backup and restore for MySQL database In laravel?