Closed jacob-hyde closed 3 years ago
Same error on Ubuntu
I'm also having same problem on laravel forge, Ubuntu 20, laravel 8, PHP 8, latest package.
Can confirm. It happens when calling any command using the Artisan facade (for some reason).
I am getting this on a Homestead virtual machine as well.
Using the Artisan facade to make a call to a command with this package installed throws an error: Undefined constant \"Spatie\Backup\Commands\SIGINT\"
Is there any known workarounds for this?
Related issue: https://github.com/spatie/laravel-backup/issues/1288
@SuddenlyRust comment:
I have encountered the same problem on my forge machine (linux). It happens when I use the
Artisan
-Facade to call any command.Reproduction:
web.php
-file:Visit
/reproduction
with your browser.Following exception is thrown:
Undefined constant "Spatie\Backup\Commands\SIGINT"
OS: Ubuntu 20.04.2 LTS PHP: v8.0.3 Webserver: nginx/1.18.0 Laravel: v8.37.0 spatie/laravel-backup: v7.5.1
Originally posted by @SuddenlyRust in https://github.com/spatie/laravel-backup/issues/1288#issuecomment-821182809