Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chinleung/laravel-nova-optimizer
A package to optimize performance of Laravel Nova classes.
https://github.com/chinleung/laravel-nova-optimizer
laravel-nova-package
Last synced: 11 days ago
JSON representation
A package to optimize performance of Laravel Nova classes.
- Host: GitHub
- URL: https://github.com/chinleung/laravel-nova-optimizer
- Owner: chinleung
- License: mit
- Created: 2020-06-09T16:02:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-21T17:17:19.000Z (about 4 years ago)
- Last Synced: 2024-09-16T19:53:02.742Z (about 2 months ago)
- Topics: laravel-nova-package
- Language: PHP
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# laravel-nova-optimizer
[![Latest Version on Packagist](https://img.shields.io/packagist/v/chinleung/laravel-nova-optimizer.svg?style=flat-square)](https://packagist.org/packages/chinleung/laravel-nova-optimizer)
[![Build Status](https://img.shields.io/travis/chinleung/laravel-nova-optimizer/master.svg?style=flat-square)](https://travis-ci.org/chinleung/laravel-nova-optimizer)
[![Quality Score](https://img.shields.io/scrutinizer/g/chinleung/laravel-nova-optimizer.svg?style=flat-square)](https://scrutinizer-ci.com/g/chinleung/laravel-nova-optimizer)
[![Total Downloads](https://img.shields.io/packagist/dt/chinleung/laravel-nova-optimizer.svg?style=flat-square)](https://packagist.org/packages/chinleung/laravel-nova-optimizer)A package to optimize performance of Laravel Nova classes.
## Installation
You can install the package via composer:
```bash
composer require chinleung/laravel-nova-optimizer
```### 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
- [Chin Leung](https://github.com/chinleung)
- [All Contributors](../../contributors)## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
## Laravel Package Boilerplate
This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).