PHPackages                             wamesk/laravel-nova-price-tax-field - 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. wamesk/laravel-nova-price-tax-field

ActiveLibrary

wamesk/laravel-nova-price-tax-field
===================================

A Laravel Nova Price Tax Fields.

1.2.1(3y ago)0911MITPHPPHP ^8.1

Since Mar 15Pushed 3y ago3 watchersCompare

[ Source](https://github.com/wamesk/laravel-nova-price-tax-field)[ Packagist](https://packagist.org/packages/wamesk/laravel-nova-price-tax-field)[ RSS](/packages/wamesk-laravel-nova-price-tax-field/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (6)Used By (0)

Laravel Nova Price Tax Fields
=============================

[](#laravel-nova-price-tax-fields)

[![preview](img.png)](img.png)

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

[](#installation)

```
composer require wamesk/laravel-nova-price-tax-field
```

```
php artisan vendor:publish --provider="Wame\PriceTaxField\FieldServiceProvider"
```

Usage
-----

[](#usage)

Add to your nova model
(You can change sort field but not in one column and getPriceTaxField must be last, in migration use decimal or double)

#### Add to your models

[](#add-to-your-models)

```
use Wame\PriceTaxField\PriceField;

PriceField::getPriceWithoutTax( config('price-fields'), $this),
PriceField::getPriceTax(config('price-fields'))->rules('required'),
PriceField::getPriceWithTax(config('price-fields'))->rules('required'),
PriceField::getPriceTaxField(config('price-fields'))->rules('required'),
```

[![preview](img2.png)](img2.png)

Config
------

[](#config)

`rconfig/price-fields.php`

Translate
---------

[](#translate)

`resource/lang/sk/price-fields.php`

Customization
-------------

[](#customization)

Edit options in `config.price-fields.php` OR you can add options in your model

```
// Price tax field options
use Wame\PriceTaxField\PriceField;

$price_tax_options = [
    'db_names'          => ['base_price', 'tax', 'price_with_tax'],
    'names'             => ['bez DPH', 'daň', 's DPH'],
    'base_field_name'   => 'Cena',
    'default_tax'       => 20,
    'one_col'           => true,  // display all fields in one column
    'tax_in_one_col'    => true,  // not show tax value in one column
    'col_classes'       => ['strong', 'small', 'small'],  // classes for rows in column
];

PriceField::getPriceWithoutTax( $price_tax_options, $this),
PriceField::getPriceTax($price_tax_options)->rules('required'),
PriceField::getPriceWithTax($price_tax_options)->rules('required'),
PriceField::getPriceTaxField($price_tax_options)->rules('required'),
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

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

5

Last Release

1153d ago

PHP version history (2 changes)1.0PHP ^7.3|^8.0

1.1.1PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/2bf6ece61ae07942df38ce88eb4053d4176c6ab0bf803191953961023f25fc70?d=identicon)[WAME](/maintainers/WAME)

---

Top Contributors

[![PPP-Peter](https://avatars.githubusercontent.com/u/93872517?v=4)](https://github.com/PPP-Peter "PPP-Peter (16 commits)")[![adrianzofcin](https://avatars.githubusercontent.com/u/75702986?v=4)](https://github.com/adrianzofcin "adrianzofcin (2 commits)")[![wamesro](https://avatars.githubusercontent.com/u/5340873?v=4)](https://github.com/wamesro "wamesro (1 commits)")

---

Tags

laravelnovapricetax

### Embed Badge

![Health badge](/badges/wamesk-laravel-nova-price-tax-field/health.svg)

```
[![Health](https://phpackages.com/badges/wamesk-laravel-nova-price-tax-field/health.svg)](https://phpackages.com/packages/wamesk-laravel-nova-price-tax-field)
```

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[inspheric/nova-defaultable

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

51174.8k1](/packages/inspheric-nova-defaultable)[cybercog/laravel-nova-ban

A Laravel Nova banning functionality for your application.

40199.8k](/packages/cybercog-laravel-nova-ban)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11229.2k](/packages/datomatic-nova-detached-actions)[padocia/laravel-nova-pdf

Generate Pdf from nova resources

2326.5k](/packages/padocia-laravel-nova-pdf)

PHPackages © 2026

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