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

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

gamalkh299/nova-editable-field
==============================

A Laravel Nova package to make fields editable.

1.0.4(1y ago)018MITVuePHP ^8.2

Since Dec 30Pushed 1y ago1 watchersCompare

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

READMEChangelog (4)Dependencies (2)Versions (5)Used By (0)

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 gamalkh299/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.

```
