我在前端文件夹中有css文件,但我需要在我的后端index.php页面中应用它,我如何在Yii2中执行此操作?

时间:2018-03-09 08:58:58

标签: yii2 yii2-advanced-app

我在style.css中有frontend/web/css/style.css个文件,backend/view/site/index.php中有相同的班级名称,我需要将css的路径提供给我的后端index.php。 我该怎么办呢。

在我的backend/view/site/index.php页面上,我在代码

下面
use frontend\assets\AppAssets;
.
.
.
.
.
.
<?php $this->registerJsFile(Yii::$app->request->baseUrl.'/css/style.css', ['depends' => [yii\web\JqueryAsset::className()]]); ?>

0 个答案:

没有答案