Description
What were you trying to do?
I just update package to fix #604 and going to use php artisan
to look at all commands.
What happened?
I got this error when I use php artisan
.
ERROR The "native:seed" command cannot be found because it is registered under multiple names.
How to reproduce the bug
Try to use php artisan
command.
Debug Output
{
"Environment": {
"PHP": {
"Version": "8.3.4",
"Path": "D:\laragon\bin\php\php-8.3.4-Win32-vs16-x64\php.exe"
},
"Laravel": {
"Version": "12.19.3",
"ConfigCached": false,
"RoutesCached": false,
"DebugEnabled": true
},
"Node": {
"Version": "v22.16.0",
"Path": "D:\nodejs\node.exe\r\nD:\laragon\bin\nodejs\node-v22.16.0-win-x64\node.exe"
},
"NPM": {
"Version": "10.9.1",
"Path": "C:\Users\jump9\AppData\Roaming\npm\npm\r\nC:\Users\jump9\AppData\Roaming\npm\npm.cmd\r\nD:\nodejs\npm\r\nD:\nodejs\npm.cmd\r\nD:\laragon\bin\nodejs\node-v22.16.0-win-x64\npm\r\nD:\laragon\bin\nodejs\node-v22.16.0-win-x64\npm.cmd"
},
"OperatingSystem": "WINNT"
},
"NativePHP": {
"Versions": {
"nativephp/electron": "1.1.0.0",
"nativephp/laravel": "1.1.1.0",
"nativephp/php-bin": "1.0.2.0"
},
"Configuration": {
"Provider": "App\Providers\NativeAppServiceProvider",
"BuildHooks": {
"Pre": [],
"Post": []
},
"NotarizationEnabled": false,
"CustomPHPBinary": false
}
}
}
Which operating systems have you seen this occur on?
Windows
Notes
No response