Skip to content
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

installScript及uninstallScript无法调用问题 #3

Closed
wants to merge 2 commits into from

Conversation

ljk123
Copy link

@ljk123 ljk123 commented Jun 14, 2024

换了个分支
创建插件命令时,是将InstallScript&UninstallScript放在composer下的,但是调用的时候调用的根结点的
$output->composer = [
'require' => [],
'psr-4' => [
$namespace . '' => 'src',
],
'installScript' => $namespace . '\InstallScript',
'uninstallScript' => $namespace . '\UninstallScript',
'config' => $namespace . '\ConfigProvider',
];

@zds-s zds-s closed this Jun 22, 2024
@zds-s zds-s reopened this Jun 22, 2024
@zds-s zds-s closed this Jun 22, 2024
@zds-s
Copy link
Member

zds-s commented Jun 22, 2024

子仓库不接受 pr,往这里提 https://github.com/mineadmin/components

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants