当前位置:网站首页>laravel-admin 列表图片点击放大
laravel-admin 列表图片点击放大
2022-08-02 03:26:00 【陌潇】
composer require laravel-admin-ext/grid-lightbox
php artisan vendor:publish --tag=laravel-admin-grid-lightbox
配置: config 下 admin.php
'extensions' => [
'grid-lightbox' => [
'enable' => true
],
]
使用:
$grid->column('url', '二维码')->lightbox(['width' => 50, 'height' => 50]);
边栏推荐
- 英语每日打卡
- PHP反序列化漏洞
- SATA M2 SSD 无法安装系统的解决方法
- Phonebook
- DarkHole: 2 vulnhub walkthrough
- Offensive and defensive world - novice MISC area 1-12
- 会计账簿、会计账簿概述、会计账簿的启用与登记要求、会计账簿的格式和登记方法
- c语言用栈实现计算中缀表达式
- (7) superficial "crawlers" process (concept + practice)
- PHP realizes the automatic reverse search prompt of the search box
猜你喜欢
随机推荐
英语每日打卡
元宇宙:为何互联网大佬纷纷涉足?元宇宙跟NFT是什么关系?
Pycharm packages the project as an exe file
什么是广告电商商业模式?这几个门派告诉你
一个网络安全小白鼠的学习之路—nmap高级用法之脚本使用
PHP实现搜索框的自动反查提示
(5) Modules and packages, encoding formats, file operations, directory operations
Shuriken: 1 vulnhub walkthrough
解密:链动2+1的商业模式
广告电商「私域打工人」职业前景:你离月薪6万,还差多远?
Phonebook
Summary of php function vulnerabilities
laravel 查询数据库获取结果如何判断是否为空?
重点考:金融资产概述、交易性金融资产的概念、交易性金融资产的账务处理(取得、持有。出售)、
The CTF introduction of PHP file contains
Praying: 1 vulnhub walkthrough
By figure, a (complete code at the end)
Go Build报错汇总(持续更新)
【一句话攻略】彻底理解JS中的回调(Callback)函数
17. JS conditional statements and loops, and data type conversion