PHP7中文手册2018 带注释 最新chm版
- use vendor\myVendorName\myPackageName\assets\AppAsset;
- AppAsset::register($this);
在配置文件中添加
- 'components' => [
- 'assetManager' => [
- 'linkAssets' => true,
- ],
- ]
刷新后就可以清除缓存
转载请注明:谷谷点程序 » Yii2 assets清除缓存
- use vendor\myVendorName\myPackageName\assets\AppAsset;
- AppAsset::register($this);
在配置文件中添加
- 'components' => [
- 'assetManager' => [
- 'linkAssets' => true,
- ],
- ]
刷新后就可以清除缓存
转载请注明:谷谷点程序 » Yii2 assets清除缓存