PHPackages                             aberbin96/nova-promocodes-4 - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. aberbin96/nova-promocodes-4

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

aberbin96/nova-promocodes-4
===========================

A Laravel Nova tool.

1.0.x-dev(2y ago)27162MITPHPPHP &gt;=7.3

Since Nov 11Pushed 2y agoCompare

[ Source](https://github.com/Aberbin96/nova-promocodes-4)[ Packagist](https://packagist.org/packages/aberbin96/nova-promocodes-4)[ RSS](/packages/aberbin96-nova-promocodes-4/feed)WikiDiscussions main Synced 1mo ago

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

Nova 4 promocodes
=================

[](#nova-4-promocodes)

Adaptation of the promocodes library for laravel nova 4.

Nova 3 version:

Configuration
-------------

[](#configuration)

```
    php artisan vendor:publish --provider="Aberbin96\NovaPromocodes\ToolServiceProvider"
```

Now you can change configurations as you need:

```
    return [
        'models' => [
            'promocodes' => [
                'resource' => \Aberbin96\NovaPromocodes\Resources\Promocode::class,
            ],

            'users' => [
                'resource' => \App\Nova\User::class,
            ],
        ],
    ];
```

After you configure this file, run migrations:

```
    php artisan migrate
```

Include Tool
------------

[](#include-tool)

Include promocodes tool inside nova service provider.

```
use Aberbin96\NovaPromocodes\PromocodesTool;

class NovaServiceProvider extends NovaApplicationServiceProvider
{
    // ...

    /**
     * Get the tools that should be listed in the Nova sidebar.
     *
     * @return array
     */
    public function tools()
    {
        return [
            PromocodesTool::make(),
        ];
    }
}
```

Parent Package
--------------

[](#parent-package)

For more information about parent package, visit [zgabievi/laravel-promocodes](https://github.com/zgabievi/laravel-promocodes).

Credits
-------

[](#credits)

- [Zura Gabievi](https://github.com/zgabievi)
- [@Aberbin96](https://github.com/Aberbin96)
- [All Contributors](https://github.com/zgabievi/nova-promocodes/graphs/contributors)

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity23

Early-stage or recently created project

 Bus Factor1

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

911d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/60290088ecf72f94436eaa84404a11c12b164d03f638df5a14d6f8af702fc8cb?d=identicon)[Aberbin96](/maintainers/Aberbin96)

---

Top Contributors

[![aberbinYesdevs](https://avatars.githubusercontent.com/u/71517727?v=4)](https://github.com/aberbinYesdevs "aberbinYesdevs (24 commits)")[![Aberbin96](https://avatars.githubusercontent.com/u/18254306?v=4)](https://github.com/Aberbin96 "Aberbin96 (18 commits)")[![zgabievi](https://avatars.githubusercontent.com/u/1515299?v=4)](https://github.com/zgabievi "zgabievi (3 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/aberbin96-nova-promocodes-4/health.svg)

```
[![Health](https://phpackages.com/badges/aberbin96-nova-promocodes-4/health.svg)](https://phpackages.com/packages/aberbin96-nova-promocodes-4)
```

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[digital-creative/conditional-container

Provides an easy way to conditionally show and hide fields in your Nova resources.

116593.8k4](/packages/digital-creative-conditional-container)[genealabs/laravel-overridable-model

Provide a uniform method of allowing models to be overridden in Laravel.

92398.0k2](/packages/genealabs-laravel-overridable-model)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

51174.8k1](/packages/inspheric-nova-defaultable)[murdercode/nova4-tinymce-editor

Boost your Laravel Nova with the TinyMCE editor.

17165.2k](/packages/murdercode-nova4-tinymce-editor)[yieldstudio/nova-google-autocomplete

A Laravel Nova Google autocomplete field.

12218.4k](/packages/yieldstudio-nova-google-autocomplete)

PHPackages © 2026

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