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)
- Host: GitHub
- URL: https://github.com/nicko170/laracash-nova-field
- Owner: nicko170
- License: gpl-3.0
- Created: 2021-07-19T23:27:20.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-14T04:15:43.000Z (about 4 years ago)
- Last Synced: 2025-09-19T07:12:55.106Z (9 months ago)
- Topics: laracash, laravel, moneyphp, nova
- Language: PHP
- Homepage:
- Size: 176 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)