Tutorial by Examples

<?php /* this example is based on the advanced template * This file is located in * backend/views/layouts/main.php */ use yii\helpers\Html; // here the asset is registered use cinghie\adminlte\AdminLTEAsset; AdminLTEAsset::register($this); ?> <?php $this->beginPage...
<?php /** * This file is the Asset Bundle File located in * vendor/cinghie/yii2-admin-lte/AdminLTEAsset.php * @copyright Copyright © Gogodigital Srls * @company Gogodigital Srls - Wide ICT Solutions * @website http://www.gogodigital.it * @github https://github.com/cinghie/yii...
<!DOCTYPE html> <html lang="en-EN"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="csrf-param" content="_csrf"> <me...

Page 1 of 1