spatie/laravel-backup

backup:run command is not working from controller

noumanali3355 opened this issue · 0 comments

Hello, I have installed spatie/laravel-backup composer package on my Laravel app. I am using the pgsql database with Laravel. This backup command is working fine in the vs code terminal but when I try to run this command from the controller then it's not working. I have read the GitHub discussion and read the answers on stack overflow but cannot find the solution. Please guide me on what's the problem?