Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hnhdigital-os/laravel-null-carbon
https://github.com/hnhdigital-os/laravel-null-carbon
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hnhdigital-os/laravel-null-carbon
- Owner: hnhdigital-os
- License: mit
- Created: 2018-02-23T10:46:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-11T04:19:49.000Z (over 1 year ago)
- Last Synced: 2024-11-18T09:41:10.602Z (3 months ago)
- Language: PHP
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
```
Null Carbon
```Ensures empty DateTime attributes return an object.
This package is based on GeneaLab's [Null-Carbon For Laravel](https://github.com/GeneaLabs/laravel-null-carbon) has been further developed by H&H|Digital, an Australian botique developer. Visit us at [hnh.digital](http://hnh.digital).
## Documentation
* [Prerequisites](#prerequisites)
* [Installation](#installation)
* [Contributing](#contributing)
* [Reporting issues](#reporting-issues)
* [Pull requests](#pull-requests)
* [Credits](#credits)
* [License](#license)## Prerequisites
* PHP >= 8.0.2
* Laravel >= 9.0## Installation
Via composer:
`$ composer require hnhdigital-os/laravel-null-carbon ~1.0`
## Contributing
Please see [CONTRIBUTING](https://github.com/hnhdigital-os/laravel-null-carbon/blob/master/CONTRIBUTING.md) for details.
## Contributing
Please observe and respect all aspects of the included [Code of Conduct](https://github.com/hnhdigital-os/laravel-null-carbon/blob/master/CODE_OF_CONDUCT.md).
### Reporting issues
When reporting issues, please fill out the included [template](https://github.com/hnhdigital-os/laravel-null-carbon/blob/master/ISSUE_TEMPLATE.md) as completely as possible. Incomplete issues may be ignored or closed if there is not enough information included to be actionable.
### Pull requests
Please review the [Contribution Guidelines](https://github.com/hnhdigital-os/laravel-null-carbon/blob/master/CONTRIBUTING.md). Only PRs that meet all criterium will be accepted.
## Give your open software some ❤ by giving it a ⭐
We have included the awesome `symfony/thanks` composer package as a dev dependency.
Run `composer thanks` after installing this package.
## Credits
* [Rocco Howard](https://github.com/RoccoHoward)
* [All Contributors](https://github.com/hnhdigital-os/laravel-null-carbon/contributors)## License
The MIT License (MIT). Please see [License File](https://github.com/hnhdigital-os/laravel-null-carbon/blob/master/LICENSE) for more information.