Reportico : yii2 How to embed Links?
问题 I have created a Reportico Project named "atom" and a Report called "Receipts" and then I created action=receipts in ReportController. This is the tutorial I followed: Controller code : public function actionReceipts() { return $this->render('receipts'); } I created receipts.php <?php use yii\helpers\Html; use yii\helpers\Url; $this->title = Yii::t('app', 'Reports'); $this->params['breadcrumbs'][] = $this->title; ?> <div class="report-index"> <div class="container"> <div class="row"> <div