如何在不使用小部件的情况下在视图中使用 bootstrap/bootstrap 模态 js?

How can I use bootstrap/bootstrap modal js in view without using widget?

在 yii2 中是否可以在视图中使用 bootstrap js(特别是模态)而不使用例如模态小部件或其他东西?

添加 yii\bootstrap\BootstrapPluginAsset 到依赖项,因此它现在已在每个视图中注册。我想我可以 运行 遇到页脚中的问题,但到目前为止一切正常。

public $depends = [
    'yii\web\YiiAsset',
    'yii\bootstrap\BootstrapPluginAsset',
    '\rmrevin\yii\fontawesome\AssetBundle',
];