PHPackages                             codebase/nova-tool - 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. codebase/nova-tool

ActiveLibrary[Admin Panels](/categories/admin)

codebase/nova-tool
==================

Laravel Nova Tool

1.0.0(7y ago)03MITPHPPHP &gt;=7.1.0

Since Sep 2Pushed 7y agoCompare

[ Source](https://github.com/CodeStacked/nova-tool)[ Packagist](https://packagist.org/packages/codebase/nova-tool)[ Docs](https://github.com/CodeStacked/nova-tool)[ RSS](/packages/codebase-nova-tool/feed)WikiDiscussions master Synced 2w ago

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

Nova Tool
---------

[](#nova-tool)

This repo contains a skelton to easily create Nova Tool packages. It contains a few niceties not present in the default Nova Tool scaffolding.

First clone this repo to your development machine and remove the `.git` directory. Next run `git init` to create another repo. Create a new repo on GitHub (or another source control saas) and point the origin remote of your cloned repo to the one you just created. Here's an example: `git remote add origin git@github.com:CodeStacked/nova-tool.git`. Commit all files and push to master.

Next run `composer install`, `yarn` and `yarn production`.

If you don't have a Nova app already head over the [nova installation instructions](https://nova.laravel.com/docs/1.0/installation.html#installing-nova).

To use your customized package in a Nova app, add this line in the `require` section of the `composer.json` file:

```
   "codebase/nova-tool": "*",

```

In the same `composer.json` file add a `repositiories` section with the path to your package repo:

```
    "repositories": [
        {
            "type": "path",
            "url": "../nova-tool"
        },

```

Now you're ready to develop your package inside a Nova app.

**When you are done with the steps above delete everything above!**

Laravel Nova Tool
=================

[](#laravel-nova-tool)

[![Latest Stable Version](https://camo.githubusercontent.com/0bdcadce7b2f0d7e31efd4a761e7dd1af7a1c6b331da3597efeb5e206a28f34f/68747470733a2f2f706f7365722e707567782e6f72672f636f6465626173652f6e6f76612d746f6f6c2f762f737461626c65)](https://packagist.org/packages/codebase/nova-tool)[![Total Downloads](https://camo.githubusercontent.com/c1b8bfb3405528681f1f13d4f1d5fbd8b5e039b538dc9640804c4b1719d72b98/68747470733a2f2f706f7365722e707567782e6f72672f636f6465626173652f6e6f76612d746f6f6c2f646f776e6c6f616473)](https://packagist.org/packages/codebase/nova-tool)[![Latest Unstable Version](https://camo.githubusercontent.com/5dc20f29a1e734ec42969e0cf2989de6d9313c3154662d77090a54f49d6f71a6/68747470733a2f2f706f7365722e707567782e6f72672f636f6465626173652f6e6f76612d746f6f6c2f762f756e737461626c65)](https://packagist.org/packages/codebase/nova-tool)[![License](https://camo.githubusercontent.com/6eab2b38c9e575f2927b1787967535f435731118e939f5bda39f8d0bdd4444c3/68747470733a2f2f706f7365722e707567782e6f72672f636f6465626173652f6e6f76612d746f6f6c2f6c6963656e7365)](https://packagist.org/packages/codebase/nova-tool)

This is where your description should go. Try and limit it to a paragraph or two.

Add a screenshot of the tool here.

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

[](#installation)

You can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require codebase/nova-tool
```

Next up, you must register the tool with Nova. This is typically done in the `tools` method of the `NovaServiceProvider`.

```
// in app/Providers/NovaServiceProvider.php

// ...

public function tools()
{
    return [
        // ...
        new \Stack\Nova\Tools\Tool(),
    ];
}
```

Usage
-----

[](#usage)

Click on the "nova-tool" menu item in your Nova app to see the tool provided by this package.

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Carlo Rademan](https://github.com/CodeStacked)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

2859d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/819686?v=4)[CodeBase](/maintainers/codebase)[@codebase](https://github.com/codebase)

---

Top Contributors

[![CodeStacked](https://avatars.githubusercontent.com/u/42867060?v=4)](https://github.com/CodeStacked "CodeStacked (5 commits)")

---

Tags

laravelnova

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/codebase-nova-tool/health.svg)

```
[![Health](https://phpackages.com/badges/codebase-nova-tool/health.svg)](https://phpackages.com/packages/codebase-nova-tool)
```

###  Alternatives

[whitecube/nova-page

Static pages content management for Laravel Nova

23997.1k1](/packages/whitecube-nova-page)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[optimistdigital/nova-table-field

Table field for Laravel Nova

40132.7k](/packages/optimistdigital-nova-table-field)[outl1ne/nova-table-field

Table field for Laravel Nova

4070.5k](/packages/outl1ne-nova-table-field)[khalin/nova-link-field

A Laravel Nova Link field.

31587.5k2](/packages/khalin-nova-link-field)[digital-creative/nova-dashboard

The missing dashboard for nova.

7171.8k1](/packages/digital-creative-nova-dashboard)

PHPackages © 2026

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