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

ActiveLibrary

prima-ca/nova-custom-views
==========================

A Laravel Nova custom views.

v1.71(4y ago)23.5k1MITPHP

Since Nov 4Pushed 4y agoCompare

[ Source](https://github.com/prima-ca/nova-custom-views)[ Packagist](https://packagist.org/packages/prima-ca/nova-custom-views)[ RSS](/packages/prima-ca-nova-custom-views/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (10)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

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 75% 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 ~135 days

Recently: every ~270 days

Total

9

Last Release

1661d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/27567bd6f306e37e711a93f2a0e617336a2d572226a6c2c66665edaec9fb3aed?d=identicon)[prima-ca](/maintainers/prima-ca)

---

Top Contributors

[![devmtm](https://avatars.githubusercontent.com/u/41853913?v=4)](https://github.com/devmtm "devmtm (24 commits)")[![xUJYx](https://avatars.githubusercontent.com/u/25051595?v=4)](https://github.com/xUJYx "xUJYx (4 commits)")[![prima-ca](https://avatars.githubusercontent.com/u/92558464?v=4)](https://github.com/prima-ca "prima-ca (2 commits)")[![devmsh](https://avatars.githubusercontent.com/u/9499808?v=4)](https://github.com/devmsh "devmsh (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/prima-ca-nova-custom-views/health.svg)

```
[![Health](https://phpackages.com/badges/prima-ca-nova-custom-views/health.svg)](https://phpackages.com/packages/prima-ca-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)
