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

ActiveLibrary[Admin Panels](/categories/admin)

digitalcloud/nova-page-tool
===========================

A Laravel Nova Page tool.

2.0.3(7y ago)103484MITPHPPHP &gt;=7.1.0

Since Dec 13Pushed 7y ago4 watchersCompare

[ Source](https://github.com/DigitalCloud/nova-page-tool)[ Packagist](https://packagist.org/packages/digitalcloud/nova-page-tool)[ RSS](/packages/digitalcloud-nova-page-tool/feed)WikiDiscussions master Synced yesterday

READMEChangelog (6)Dependencies (4)Versions (7)Used By (0)

Nova Page Tool.
===============

[](#nova-page-tool)

This tool allows you to create and manage web pages.

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

[](#installation)

You can install the package via composer:

```
composer require digitalcloud/nova-page-tool
```

Next you need to create the database table by running the migrations:

```
php artisan migrate
```

You can publish the required assets with:

```
php artisan vendor:publish --provider="DigitalCloud\PageBuilderField\FieldServiceProvider" --tag=public
```

Usage
-----

[](#usage)

You must register the tool with Nova. This is typically done in the tools method of the NovaServiceProvider, in app/Providers/NovaServiceProvider.php.

```
use DigitalCloud\PageTool\PageTool;
// ....

public function tools()
{
    return [
        // ...
        new PageTool(),
        // ...
    ];
}
```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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

Every ~0 days

Total

6

Last Release

2757d ago

Major Versions

v1.0.1 → 2.0.12018-12-13

### Community

Maintainers

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

![](https://avatars.githubusercontent.com/u/41853913?v=4)[Motaz Marouf](/maintainers/devmtm)[@devmtm](https://github.com/devmtm)

---

Top Contributors

[![devmtm](https://avatars.githubusercontent.com/u/41853913?v=4)](https://github.com/devmtm "devmtm (17 commits)")

---

Tags

laraveltoolnovapage builderPage Design

### Embed Badge

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

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

###  Alternatives

[runlinenl/nova-profile-tool

A tool for Laravel Nova to allow users to edit their profile data

37219.1k](/packages/runlinenl-nova-profile-tool)[digitalcloud/nova-page-builder-field

A Laravel Nova page builder field.

3288.2k1](/packages/digitalcloud-nova-page-builder-field)[khalin/nova-link-field

A Laravel Nova Link field.

31576.5k2](/packages/khalin-nova-link-field)

PHPackages © 2026

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