Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrysanthos/nova-nullable-boolean
https://github.com/chrysanthos/nova-nullable-boolean
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chrysanthos/nova-nullable-boolean
- Owner: chrysanthos
- Created: 2024-07-05T21:43:44.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-05T22:31:27.000Z (6 months ago)
- Last Synced: 2024-10-09T16:48:20.579Z (3 months ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel Nova Nullable Boolean Field
[![Latest Version on Packagist](https://img.shields.io/packagist/v/chrysanthos/nova-nullable-boolean.svg?style=flat-square)](https://packagist.org/packages/chrysanthos/nova-nullable-boolean)
[![Total Downloads](https://img.shields.io/packagist/dt/chrysanthos/nova-nullable-boolean.svg?style=flat-square)](https://packagist.org/packages/chrysanthos/nova-nullable-boolean)
![GitHub Actions](https://github.com/chrysanthos/nova-nullable-boolean/actions/workflows/main.yml/badge.svg)## Installation
You can install the package via composer:
```bash
composer require chrysanthos/nova-nullable-boolean
```## Usage
```bash
NullableBoolean::make('Expired')->nullable()
```### Testing
```bash
composer test
```### Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
### Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
## Credits
- [Chrysanthos Prodromou](https://github.com/chrysanthos)
- [All Contributors](../../contributors)## Licence
This package is [Treeware](https://treeware.earth). If you use it in production, then we ask that you [**buy the world a tree**](https://plant.treeware.earth/chrysanthos/laravel-nova-future-trend) to thank us for our work. By contributing to the Treeware forest you’ll be creating employment for local families and restoring wildlife habitats.