hipig

Results 12 comments of hipig

I have the same error on my computer.

> How to set custom style header: > > ``` >

> ![text header Screenshot at Apr 07 10-05-20](https://user-images.githubusercontent.com/2476286/78678719-580fcc00-78b7-11ea-86a2-209598f5901f.png) > Do you mean that header ? > This header you can change it on the collection, the header texts are the...

@elminson Thank you very much. That's what I want. I'll use it locally

> I ran into a similar problem and found this workaround: > > Instead of adding the image directly to the cell (or any other container)... ~`$table->addCell(...)->addImage(...);`~ > > add...

请问是否执行了以下命令 ``` php artisan vendor:publish --tag=adminlte ``` > ![image](https://user-images.githubusercontent.com/21103564/53223456-651a2d80-36ac-11e9-9a04-af484547adc5.png) > view:clear 已经执行过,强刷浏览器也操作了

> 是的 如何删除扩展呢? 目前并没有提供一键删除的功能,可手动删除 - composer remove pigzzz123/adminlte3 - 删除vendor下的pigzzz123/adminlte3目录及文件, - 发布了资源的需要删除public下的vendor下pigzzz123/adminlte3目录及文件

可在`public/vendor/pigzzz123/adminlte3/dist/css/app.css` 文件新增样式覆盖掉原来的即可 参考[AdminLTE3](https://adminlte.io/themes/dev/AdminLTE/index3.html) 如,调整全局字体大小,可 ``` body { font-size: 0.8rem; } ```

laravel-admin推荐的版本是laravel5.5 无效的话,请问有报错信息吗?方便贴一下吗

> 是的,受限于 `Laravel-admin` 这里好像不是很容易判断是否为一对多,晚点我研究一下,欢迎 PR 貌似name是唯一的,是否可以把这个当做成id