-
Notifications
You must be signed in to change notification settings - Fork 653
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
プラグインの初期インストール機構 #4733
Comments
検討メモ
方針
本体に組み込みではなくプラグインで実現する理由
その他の課題
|
少なくとも公式プラグインでinstall時に特別な処理をしているプラグインはない 方針
テスト対象
課題
検証メモ
|
プラグインインストールには3種類ある
参照: #2546 |
プロキシ生成/スキーマ更新タイミングの検証結果
|
|
|
こちら解決していますのでクローズします。 |
概要(Overview)
EC-CUBEはプラグインをインストールすることで様々なカスタマイズが可能だが、EC-CUBEのインストール後にプラグインを個別にインストールする必要がある。
よく使われているプラグインはEC-CUBEのインストール時に最初から入っていた方が使いやすいので、プラグインの初期インストール機構があれば便利だと思う。
例えば以下のような用途にも活用できる可能性がある。
全ての要件を満たすのは難しいと思うので、まずはどのような仕様が良いか検討したい。
要件/仕様
実装(調査状況)
composer
)経由でインストールvendor
配下 )がインストールされるinitialized=false
)PluginManager->install()
およびPluginManager->enable()
は実行されていないinitialized=false
のプラグインを有効化する処理を追加する考えられる仕様
案
*1: composer2.0でインストール時間の短縮を期待
期待する内容(Expect) or 要望 (Requirement)
要件の検討と設計
環境 (environment)
関連情報 (Ref)
The text was updated successfully, but these errors were encountered: