An open API service indexing awesome lists of open source software.

https://github.com/nicko170/laracash-nova-field

A Laravel Nova field for Laracash (https://github.com/andriichuk/laracash)
https://github.com/nicko170/laracash-nova-field

laracash laravel moneyphp nova

Last synced: 17 days ago
JSON representation

A Laravel Nova field for Laracash (https://github.com/andriichuk/laracash)

Awesome Lists containing this project

README

          

# laracash-nova-field

A Laravel Nova field for Laracash (https://github.com/andriichuk/laracash)

## Installation

Use [composer](https://getcomposer.org/) to install.

```bash
composer require nicko170/laracash-nova-field
```

## Usage

```php
sortable()->readonly(true),
Text::make(__('Invoice'), 'number')->sortable()->readonly(true),
LaracashNovaField::make(__('Total'), 'total'),
LaracashNovaField::make(__('Due'), 'amount_due')
];
}
}
```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## License
[GNU GPLv3](https://choosealicense.com/licenses/mit/)