PHPackages                             ferdiunal/nova-editable-field - 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. ferdiunal/nova-editable-field

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

ferdiunal/nova-editable-field
=============================

A Laravel Nova package to make fields editable.

v1.0.1(1y ago)104.6k↓31.6%3[1 PRs](https://github.com/ferdiunal/nova-editable-field/pulls)MITVuePHP ^8.2

Since Sep 10Pushed 1y ago1 watchersCompare

[ Source](https://github.com/ferdiunal/nova-editable-field)[ Packagist](https://packagist.org/packages/ferdiunal/nova-editable-field)[ Fund](https://buymeacoffee.com/ferdiunal)[ GitHub Sponsors](https://github.com/sponsors/ferdiunal)[ RSS](/packages/ferdiunal-nova-editable-field/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

[![](./art/banner.png)](./art/banner.png)

Nova Editable Field
===================

[](#nova-editable-field)

The purpose of this Laravel Nova Field is to allow easy updates to records within tables (development and testing for the Detail view are still in progress). So far, I haven't tested it with third-party components. It's very easy to use and can be seamlessly integrated with form fields and BelongsTo fields.

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

[](#installation)

```
composer require ferdiunal/nova-editable-field
```

Usage
-----

[](#usage)

It is very easy to use, the first parameter is NovaRequest, the second one allows us to dynamically change the width of the Popover.

```
