1 Star 1 Fork 0

cooper-li / laravel-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
info-box.md 416 Bytes
一键复制 编辑 原始数据 按行查看 历史
zsong 提交于 2016-10-24 10:34 . update docs [skip ci]

Infobox

The Encore\Admin\Widgets\InfoBox class is used to generate the information presentation block:

use Encore\Admin\Widgets\InfoBox;

$infoBox = new InfoBox('New Users', 'users', 'aqua', '/admin/users', '1024');

echo $infoBox->render();

Refer to the section on the InfoBox in the index()method of the home page layout file HomeController.php.

PHP
1
https://gitee.com/icooper/laravel-admin.git
git@gitee.com:icooper/laravel-admin.git
icooper
laravel-admin
laravel-admin
master

搜索帮助