PHPackages                             devmtm/nova-custom-views - 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. devmtm/nova-custom-views

Abandoned → [https://github.com/DigitalCloud/nova-custom-views](/?search=https%3A%2F%2Fgithub.com%2FDigitalCloud%2Fnova-custom-views)Library

devmtm/nova-custom-views
========================

A Laravel Nova custom views.

v1.7(7y ago)7714141[12 issues](https://github.com/DigitalCloud/nova-custom-views/issues)MITPHP

Since Nov 4Pushed 3y ago5 watchersCompare

[ Source](https://github.com/DigitalCloud/nova-custom-views)[ Packagist](https://packagist.org/packages/devmtm/nova-custom-views)[ RSS](/packages/devmtm-nova-custom-views/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (7)Dependencies (1)Versions (9)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/97bbcc47bfdd6de585aa8c27125f71596a5087d93c9c34858532b062febc83bf/68747470733a2f2f706f7365722e707567782e6f72672f6469676974616c636c6f75642f6e6f76612d637573746f6d2d76696577732f762f737461626c65)](https://packagist.org/packages/digitalcloud/nova-custom-views)[![Total Downloads](https://camo.githubusercontent.com/134dc1b27231fad6ecbc9c2903203fe35d14c3993c374c5140d928a0c6c15903/68747470733a2f2f706f7365722e707567782e6f72672f6469676974616c636c6f75642f6e6f76612d637573746f6d2d76696577732f646f776e6c6f616473)](https://packagist.org/packages/digitalcloud/nova-custom-views)[![Monthly Downloads](https://camo.githubusercontent.com/9d5f7281123c0fd4729c0c52b77f3008074a82ceff31af0ea32e491135c5c302/68747470733a2f2f706f7365722e707567782e6f72672f6469676974616c636c6f75642f6e6f76612d637573746f6d2d76696577732f642f6d6f6e74686c79)](https://packagist.org/packages/digitalcloud/nova-custom-views)[![Daily Downloads](https://camo.githubusercontent.com/5c16e765b594d8ecce245d80e2432ce8fac64e26f9cf2b54a1d2e96745a25d0f/68747470733a2f2f706f7365722e707567782e6f72672f6469676974616c636c6f75642f6e6f76612d637573746f6d2d76696577732f642f6461696c79)](https://packagist.org/packages/digitalcloud/nova-custom-views)

Nova Custom Views
=================

[](#nova-custom-views)

This package allows you to create customizable views for specific Nova resources.

Installation
============

[](#installation)

```
composer require digitalcloud/nova-custom-views

```

Then you need to add the service provider to your config/app.php **after the NovaServiceProvider**:

```
 /*
    |--------------------------------------------------------------------------
    | Autoloaded Service Providers
    |--------------------------------------------------------------------------
    |
    | The service providers listed here will be automatically loaded on the
    | request to your application. Feel free to add your own services to
    | this array to grant expanded functionality to your applications.
    |
    */

    'providers' => [

        ...
        App\Providers\NovaServiceProvider::class,
        ...
        devmtm\NovaCustomViews\NovaCustomViewsServiceProvider::class,
        ...
```

Create a new view This is the same process as for any other Nova Tool, ResourceTool or Field. You can simply use this command in your terminal:

```
php artisan nova:views resource-name view-name

```

This will create your view component in /nova-components/views/resource-name. If you've installed the dependencies during the previous process, you can directly go ahead and use:

```
cd ./nova-components/views/resource-name && npm run watch

```

Allowed values for `view-name` are \[index | lens | detail | create | update | attach | update-attached\]

If you dont provide `view-name`, it will create all previous nova views.

You can modify any view component inside /nova-components/views/resource-name/resources/js/views

Example Usage: Creating custom detail view for user resource
============================================================

[](#example-usage-creating-custom-detail-view-for-user-resource)

To create a new view, say user detail view, you can run the command:

```
php artisan nova:views user detail

```

This will create a new path: '/nova-components/views/user' which contains all generated user views. The new view is extended the default user nova detail view (using vue mixins). You can modify the default view by going to the path: '/nova-components/views/user/resources/js/views/Detail.vue' and add your custom code as the following:

```

   YOUR_CODE_HERE

```

Example Usage: Creating Custom Dashboard
========================================

[](#example-usage-creating-custom-dashboard)

To create a custom dashboard view, you can run the command:

```
php artisan nova:dashboard

```

This will create a new path: '/nova-components/views/dashboard' which contains the custom dashboard component. The new view is extended the default nova dashboard view (using vue mixins). You can modify the dashboard view by going to the path: '/nova-components/views/user/resources/js/views/Dashboard.vue' and add your custom code as the following:

```

   YOUR_CODE_HERE

```

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community22

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 68.6% 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 ~1 days

Total

8

Last Release

2741d ago

### Community

Maintainers

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

![](https://www.gravatar.com/avatar/9fbc42d1a5302b500c217cf263e23a7229770174af3cc3a21b85ba2973c6f812?d=identicon)[devmtm](/maintainers/devmtm)

---

Top Contributors

[![devmtm](https://avatars.githubusercontent.com/u/41853913?v=4)](https://github.com/devmtm "devmtm (24 commits)")[![rumeau](https://avatars.githubusercontent.com/u/2340790?v=4)](https://github.com/rumeau "rumeau (4 commits)")[![xUJYx](https://avatars.githubusercontent.com/u/25051595?v=4)](https://github.com/xUJYx "xUJYx (4 commits)")[![devmsh](https://avatars.githubusercontent.com/u/9499808?v=4)](https://github.com/devmsh "devmsh (1 commits)")[![Fadelwahed](https://avatars.githubusercontent.com/u/57101064?v=4)](https://github.com/Fadelwahed "Fadelwahed (1 commits)")[![LevFlavien](https://avatars.githubusercontent.com/u/14220609?v=4)](https://github.com/LevFlavien "LevFlavien (1 commits)")

---

Tags

laravelnovacustom views

### Embed Badge

![Health badge](/badges/devmtm-nova-custom-views/health.svg)

```
[![Health](https://phpackages.com/badges/devmtm-nova-custom-views/health.svg)](https://phpackages.com/packages/devmtm-nova-custom-views)
```

###  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)[laravel/nova-log-viewer

A Laravel Nova tool for viewing your application logs.

136301.3k1](/packages/laravel-nova-log-viewer)[digitalcloud/nova-custom-views

A Laravel Nova custom views.

7941.0k](/packages/digitalcloud-nova-custom-views)[stepanenko3/nova-command-runner

Laravel Nova tool for running Artisan and bash(shell) commands.

36983.0k](/packages/stepanenko3-nova-command-runner)[sbine/route-viewer

A Laravel Nova tool to view your registered routes.

57215.9k](/packages/sbine-route-viewer)

PHPackages © 2026

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