How to set the path of 'dump_binary_path' to backup database using spatie package in laravel 9? – Mysql
I have a couple of docker containers for my Laravel 9 app (Nginx, PHP, MySQL, PHPMyAdmin, etc). I use spatie package to backup my database. I don't know how to set the path to the mysqldump file as it's in…