-
-
Notifications
You must be signed in to change notification settings - Fork 768
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Artisan::call() throws a SIGINT undefined error #1309
Comments
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. |
mafeijam
added a commit
to mafeijam/laravel-backup
that referenced
this issue
May 18, 2021
this is to solve issue spatie#1309 when executing command from the web instead of CLI
Merged
freekmurze
pushed a commit
that referenced
this issue
May 28, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: #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 #1288 (comment)
The text was updated successfully, but these errors were encountered: