laravel-dashboard-iframe-tile maintained by joeri-abbo
Description
Render iframe tile on your dashboard
Author
Last update
2026/03/31 21:51
(dev-master)
License
Downloads
11
Tags
Add a iframe tile to your dashboard
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.