joeri-abbo/laravel-dashboard-iframe-tile
Composer 安装命令:
composer require joeri-abbo/laravel-dashboard-iframe-tile
包简介
Render iframe tile on your dashboard
README 文档
README
Add a iframe to your dashboard to show your custom widget and screens. It is as easy as instaliing this package and adding the tile to your dashboard view with the url for the iframe.
This tile can be used on the Laravel Dashboard.
Installation
You can install the package via composer:
composer require joeri-abbo/laravel-dashboard-iframe-tile
Usage
In your dashboard view you use the livewire:iframe component.
This components renders a tile with a full height and width iframe.
You can use use the url parameter to define the url used in the iframe
<x-dashboard> <livewire:iframe position="b2" url="http://localhost"/> </x-dashboard>
Changelog
Please see CHANGELOG for more information on what has changed recently.
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 11
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-06-24