PHPackages                             gabrieliuga/laravel-nova-field-iframe - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. gabrieliuga/laravel-nova-field-iframe

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

gabrieliuga/laravel-nova-field-iframe
=====================================

Add field to show html content in an iframe.

v1.0.2(4y ago)029.4k↓50%1MITPHPPHP ^7.2|^8.0

Since Jan 19Pushed 4y ago1 watchersCompare

[ Source](https://github.com/gabrieliuga/laravel-nova-field-iframe)[ Packagist](https://packagist.org/packages/gabrieliuga/laravel-nova-field-iframe)[ RSS](/packages/gabrieliuga-laravel-nova-field-iframe/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)DependenciesVersions (4)Used By (1)

Laravel nova field iframe
=========================

[](#laravel-nova-field-iframe)

[![Quality Score](https://camo.githubusercontent.com/c8a10abfd3fb3d570f0ad348494df6d5b379f92a1814ecbebcf7cde4a0712d28/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6761627269656c697567612f6c61726176656c2d6e6f76612d6669656c642d696672616d652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/gabrieliuga/laravel-nova-field-iframe)[![Latest Version on Packagist](https://camo.githubusercontent.com/785197b92348da25a6ad80ef8c12ef72b8a40c311ad17ad16798526e998a12d2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6761627269656c697567612f6c61726176656c2d6e6f76612d6669656c642d696672616d652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/gabrieliuga/laravel-nova-field-iframe)[![StyleCI](https://camo.githubusercontent.com/c3bf3ef821b2b16e319ffae8a35496f7bd9c8c83a00829389a807fe8e83812cc/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3233343933383130322f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/234938102)[![Total Downloads](https://camo.githubusercontent.com/83d5da52a85aca3a0dc80420d76e268d7338eef9f5fa9a1a2da16485a495d652/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6761627269656c697567612f6c61726176656c2d6e6f76612d6669656c642d696672616d652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/gabrieliuga/laravel-nova-field-iframe)

Allows you to add iframe fields on the details of a nova resource

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require gabrieliuga/laravel-nova-field-iframe
```

Usage
-----

[](#usage)

```
use Giuga\LaravelNovaFieldIframe\Iframe;

....

 public function fields(Request $request)
    {
        return [
            ID::make()->sortable(),
            Iframe::make('Message')->onlyOnDetail()
        ];
    }
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Gabriel Iuga](https://github.com/gabrieliuga)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~264 days

Total

3

Last Release

1778d ago

PHP version history (3 changes)v1.0.0PHP ^7.4

v1.0.1PHP ^7.2

v1.0.2PHP ^7.2|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/a51f0d0e54ada9af232cc4d8da49ff8f4811115daab57f318dbdd18eaaa33d57?d=identicon)[giuga](/maintainers/giuga)

---

Top Contributors

[![gabrieliuga](https://avatars.githubusercontent.com/u/2194501?v=4)](https://github.com/gabrieliuga "gabrieliuga (4 commits)")

---

Tags

laravelnovaiframe

### Embed Badge

![Health badge](/badges/gabrieliuga-laravel-nova-field-iframe/health.svg)

```
[![Health](https://phpackages.com/badges/gabrieliuga-laravel-nova-field-iframe/health.svg)](https://phpackages.com/packages/gabrieliuga-laravel-nova-field-iframe)
```

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[digital-creative/conditional-container

Provides an easy way to conditionally show and hide fields in your Nova resources.

116593.8k4](/packages/digital-creative-conditional-container)[genealabs/laravel-overridable-model

Provide a uniform method of allowing models to be overridden in Laravel.

92398.0k2](/packages/genealabs-laravel-overridable-model)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

51174.8k1](/packages/inspheric-nova-defaultable)[murdercode/nova4-tinymce-editor

Boost your Laravel Nova with the TinyMCE editor.

17165.2k](/packages/murdercode-nova4-tinymce-editor)[yieldstudio/nova-google-autocomplete

A Laravel Nova Google autocomplete field.

12218.4k](/packages/yieldstudio-nova-google-autocomplete)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
