PHPackages                             outhebox/nova-fields-agent - 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. outhebox/nova-fields-agent

ActiveLibrary

outhebox/nova-fields-agent
==========================

This field give the ability to hide fields from your resources table on mobile screens for a better responsive concept

v1.1(6y ago)101.1k↓50%1MITPHPPHP &gt;=7.1.0

Since Dec 19Pushed 1y ago3 watchersCompare

[ Source](https://github.com/MohmmedAshraf/nova-fields-agent)[ Packagist](https://packagist.org/packages/outhebox/nova-fields-agent)[ RSS](/packages/outhebox-nova-fields-agent/feed)WikiDiscussions master Synced 1mo ago

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

Laravel Nova Fields Agent
=========================

[](#laravel-nova-fields-agent)

[![GitHub license](https://camo.githubusercontent.com/ed91bcf6e35328dc1600cc444d67af7775d8952f05c3287d5f192a2918f0074b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f4d6f686d6d65644173687261662f6e6f76612d6669656c64732d6167656e742e737667)](https://github.com/MohmmedAshraf/nova-fields-agent/blob/master/LICENSE.md)[![GitHub issues](https://camo.githubusercontent.com/cfac2f005cb4601200a43d26bce2cba760b51bee8db8c005778c58f93b02880e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f4d6f686d6d65644173687261662f6e6f76612d6669656c64732d6167656e742e737667)](https://github.com/MohmmedAshraf/nova-fields-agent/issues)[![Total Downloads](https://camo.githubusercontent.com/e08e96c0b9ef31403545c030d2499c9de3aec264c47fbee984e40ef7ce6f2ffb/68747470733a2f2f706f7365722e707567782e6f72672f6f75746865626f782f6e6f76612d6669656c64732d6167656e742f646f776e6c6f616473)](https://packagist.org/packages/outhebox/nova-fields-agent)

Description
-----------

[](#description)

This field give the ability to hide fields from your resources table on mobile screens for a better responsive concept.

Support
-------

[](#support)

[![](https://camo.githubusercontent.com/f9bb4458236697b26ea5987b3241baef98decbeb10052221a6dfb8599c61af9b/68747470733a2f2f6f75746865626f782d6769746875622d6164732e73332e75732d656173742d312e616d617a6f6e6177732e636f6d2f6e6f76612d6669656c64732d6167656e742e6a70673f743d31)](https://outhebox.dev/github-ad-click/nova-fields-agent).

Thank you for considering supporting the development of this package! If you'd like to contribute, you can buy me a coffee or sponsor me to help keep me motivated to continue improving this package. You can also support the project by starring ⭐ the repository.

To buy me a coffee, click the button below:

[![Buy Me A Coffee](https://camo.githubusercontent.com/9a769e616ce78645bf51d12e4179cfbfd72fb413722b284e0be3ec3c75a86010/68747470733a2f2f63646e2e6275796d6561636f666665652e636f6d2f627574746f6e732f64656661756c742d6f72616e67652e706e67)](https://www.buymeacoffee.com/outhebox)

Screenshots
-----------

[](#screenshots)

[![Screenshot](screenshot.gif)](screenshot.gif)

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

[](#installation)

This package can be installed through Composer.

```
composer require outhebox/nova-fields-agent
```

Example Usage
-------------

[](#example-usage)

Note: All Fields Supported "Text Field only for example".

```
// Important !!!
use Outhebox\NovaFieldsAgent\HasNovaFieldsAgent;

class Example extends Resource
{
    use HasNovaFieldsAgent; // Important !!!

    /**
     * Get the fields displayed by the resource.
     *
     * @param  \Illuminate\Http\Request  $requestµµ
     * @return array
     */
    public function fields(Request $request)
    {
        Text::make('ExampleField')
            ->hideFromDetailOnMobile() // Hide the field from details page on Mobile
            ->hideFromDetailOnTablet() // Hide the field from details page on Tablet
            ->HideFromIndexOnMobile() // Hide the field from index on Mobile
            ->HideFromIndexOnTablet() // Hide the field from index on Tablet
            ->sortable(),
    }
}
```

License
-------

[](#license)

Laravel Nova Fields Agent is licensed under [The MIT License (MIT)](LICENSE.md) .

Donate
------

[](#donate)

If you like this package, you can show your appreciation 💜 by [donating any amount via Patreon](https://www.patreon.com/m_ashraf) to support ongoing development.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87.5% 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 ~0 days

Total

2

Last Release

2342d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1fafcf25aad612ce33476889bc889bafe60e215d045c23778007218e475c8e47?d=identicon)[MohammedAshraf](/maintainers/MohammedAshraf)

---

Top Contributors

[![MohmmedAshraf](https://avatars.githubusercontent.com/u/44909285?v=4)](https://github.com/MohmmedAshraf "MohmmedAshraf (7 commits)")[![renovate[bot]](https://avatars.githubusercontent.com/in/2740?v=4)](https://github.com/renovate[bot] "renovate[bot] (1 commits)")

---

Tags

laravellaravel-frameworklaravel-novalaravel-packagelaravel8novaphplaravelmobileresponsivenovaMohamed AshrafOutheBox

### Embed Badge

![Health badge](/badges/outhebox-nova-fields-agent/health.svg)

```
[![Health](https://phpackages.com/badges/outhebox-nova-fields-agent/health.svg)](https://phpackages.com/packages/outhebox-nova-fields-agent)
```

###  Alternatives

[inspheric/nova-defaultable

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

51174.8k1](/packages/inspheric-nova-defaultable)[cybercog/laravel-nova-ban

A Laravel Nova banning functionality for your application.

40199.8k](/packages/cybercog-laravel-nova-ban)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11229.2k](/packages/datomatic-nova-detached-actions)[padocia/laravel-nova-pdf

Generate Pdf from nova resources

2326.5k](/packages/padocia-laravel-nova-pdf)

PHPackages © 2026

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