PHPackages                             ericlagarda/nova-embed - 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. ericlagarda/nova-embed

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

ericlagarda/nova-embed
======================

Embed field for Laravel Nova

v2.1(5y ago)1220.1k↑52.8%2[4 issues](https://github.com/Krato/NovaEmbed/issues)[1 PRs](https://github.com/Krato/NovaEmbed/pulls)MITVuePHP &gt;=7.1.0

Since Mar 4Pushed 4y ago2 watchersCompare

[ Source](https://github.com/Krato/NovaEmbed)[ Packagist](https://packagist.org/packages/ericlagarda/nova-embed)[ RSS](/packages/ericlagarda-nova-embed/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (2)Versions (7)Used By (0)

Nova Embed
==========

[](#nova-embed)

Embed field for Laravel Nova. With this package you can embed from Youtube, Vimeo, Facebook, DailyMotion, SoundCloud, Instagram and a lot of more. Uses [Oscarotero Embed](https://github.com/oscarotero/Embed) to get the data.

[![preview](https://user-images.githubusercontent.com/74367/53722300-807ff800-3e65-11e9-8675-bd28ba33a4e1.png)](https://user-images.githubusercontent.com/74367/53722300-807ff800-3e65-11e9-8675-bd28ba33a4e1.png)

[![preview2](https://user-images.githubusercontent.com/74367/53722303-8249bb80-3e65-11e9-830c-9d4c63a0cee8.png)](https://user-images.githubusercontent.com/74367/53722303-8249bb80-3e65-11e9-830c-9d4c63a0cee8.png)

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

[](#installation)

You can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require ericlagarda/nova-embed
```

Then, register your new field in the `fields` method of the `Resource` class.

```
use EricLagarda\NovaEmbed\Embed;

public function fields()
{
    return [
        // ...

        Embed::make('Embed')
                ->ajax(),
    ];
}
```

Update
------

[](#update)

Please change your namespace: `Ericlagarda` to `EricLagarda`

Field options
-------------

[](#field-options)

- `->ajax()`: Load the embed with ajax. By default loads with the field
- `->cache()`: You can set the time of the cache. By default a month.
- `->viewInIndex()`: Click on the image to open a modal with the embed.

Cache will set a month in minutes for Laravel 5.7 and below, and a month in seconds for Laravel 5.8 and up.

\## Screenshots

[![preview2](https://user-images.githubusercontent.com/74367/53722332-968db880-3e65-11e9-86d1-6cc77717b21e.png)](https://user-images.githubusercontent.com/74367/53722332-968db880-3e65-11e9-86d1-6cc77717b21e.png)

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 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 ~120 days

Recently: every ~136 days

Total

6

Last Release

2029d ago

Major Versions

v1.3 → v2.02020-05-07

### Community

Maintainers

![](https://www.gravatar.com/avatar/3865030b01e29299f1f6837852ba6a70fea204ceb46e58a917d4e4398268800f?d=identicon)[Krato1](/maintainers/Krato1)

---

Top Contributors

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

---

Tags

embedfieldlaravelnovalaravelembednova

### Embed Badge

![Health badge](/badges/ericlagarda-nova-embed/health.svg)

```
[![Health](https://phpackages.com/badges/ericlagarda-nova-embed/health.svg)](https://phpackages.com/packages/ericlagarda-nova-embed)
```

###  Alternatives

[optimistdigital/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2872.1M6](/packages/optimistdigital-nova-sortable)[outl1ne/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2861.8M9](/packages/outl1ne-nova-sortable)[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)[sbine/route-viewer

A Laravel Nova tool to view your registered routes.

57215.9k](/packages/sbine-route-viewer)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

14720.0k](/packages/markwalet-nova-modal-response)

PHPackages © 2026

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