PHPackages                             paulelpidorou/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. [Admin Panels](/categories/admin)
4. /
5. paulelpidorou/nova-custom-views

ActiveLibrary[Admin Panels](/categories/admin)

paulelpidorou/nova-custom-views
===============================

A Laravel Nova custom views.

04PHP

Since Aug 13Pushed 3y agoCompare

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

READMEChangelogDependenciesVersions (1)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

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 Bus Factor1

Top contributor holds 61.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.

### Community

Maintainers

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

---

Top Contributors

[![devmtm](https://avatars.githubusercontent.com/u/41853913?v=4)](https://github.com/devmtm "devmtm (24 commits)")[![paulelpidorou](https://avatars.githubusercontent.com/u/59161776?v=4)](https://github.com/paulelpidorou "paulelpidorou (4 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)")[![LevFlavien](https://avatars.githubusercontent.com/u/14220609?v=4)](https://github.com/LevFlavien "LevFlavien (1 commits)")[![Fadelwahed](https://avatars.githubusercontent.com/u/57101064?v=4)](https://github.com/Fadelwahed "Fadelwahed (1 commits)")[![devmsh](https://avatars.githubusercontent.com/u/9499808?v=4)](https://github.com/devmsh "devmsh (1 commits)")

### Embed Badge

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

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

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

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