laravel-exception-notify icon indicating copy to clipboard operation
laravel-exception-notify copied to clipboard

Laravel执行安装后post-autoload-dump报错

Open czhou opened this issue 4 months ago • 6 comments

Describe the bug 执行 composer require guanguans/laravel-exception-notify --ansi -v 后:

Generating optimized autoload files post-autoload-dump: Illuminate\Foundation\ComposerScripts::postAutoloadDump PHP Fatal error: Cannot redeclare make() (previously declared in /var/www/html/vendor/guanguans/laravel-exception-notify/src/Support/helpers.php:28) in /var/www/html/tests/helpers.php on line 10

Fatal error: Cannot redeclare make() (previously declared in /var/www/html/vendor/guanguans/laravel-exception-notify/src/Support/helpers.php:28) in /var/www/html/tests/helpers.php on line 10

Additional context Laravel:v8.83.27 PHP: v8.1 laravel-exception-notify: v4.5.1

czhou avatar Sep 30 '24 05:09 czhou