P粉4045397322023-08-07 00:57:21
The error you are getting is because you have a dependency that conflicts with the one you are trying to download, try running it with the version that is already included, for example:
composer require naoray/laravel-package-maker:^4.0
If the problem persists after trying these options, it may be because the naoray/laravel-package-maker package is incompatible with the specific version of Laravel and its dependencies in your current project. In this case, you may consider using a different version of the package or find an alternative that is compatible with your current configuration.