Skip to content

satoved/percentage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Nova Percentage Field

A field to show percent values in Laravel Nova

Installation

composer require satoved/percentage

Usage

Percentage::make('Bonus')->precision(2)

Screenshots

Form view: Form View

Detail view: Form View

Pros

  • Percent sign on every view
  • HTML5 validation on the field
  • Saves empty input value as null

Cons

  • Works only with percentages stored as float in DB for now

About

Laravel Nova Percentage Field

Resources

Stars

Watchers

Forks

Packages

No packages published