joeri-abbo / laravel-dashboard-iframe-tile
Render iframe tile on your dashboard
1.0.3
2022-06-30 19:37 UTC
Requires
- spatie/laravel-dashboard: ^2.0
Requires (Dev)
- phpunit/phpunit: ^9.3
- squizlabs/php_codesniffer: ^3.6.2
This package is auto-updated.
Last update: 2024-10-29 06:19:22 UTC
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.