https://github.com/unisharp/laravel-scout-disk-driver
Under development, do not use it yet.
https://github.com/unisharp/laravel-scout-disk-driver
full-text-search laravel-scout search
Last synced: 3 months ago
JSON representation
Under development, do not use it yet.
- Host: GitHub
- URL: https://github.com/unisharp/laravel-scout-disk-driver
- Owner: UniSharp
- License: mit
- Created: 2018-01-26T09:41:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-29T11:48:18.000Z (over 7 years ago)
- Last Synced: 2025-01-10T12:49:40.384Z (4 months ago)
- Topics: full-text-search, laravel-scout, search
- Language: PHP
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# laravel-scout-disk-driver
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-travis]][link-travis]
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
[![Quality Score][ico-code-quality]][link-code-quality]
[![Total Downloads][ico-downloads]][link-downloads]This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what
PSRs you support to avoid any confusion with users and contributors.## Install
Via Composer
``` bash
$ composer require unisharp/laravel-scout-disk-driver
```## Usage
```
```## Change log
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Testing
``` bash
$ make test
```## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE_OF_CONDUCT](CODE_OF_CONDUCT.md) for details.
## Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
## Credits
- [UniSharp][link-author]
- [All Contributors][link-contributors]## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
[ico-version]: https://img.shields.io/packagist/v/unisharp/laravel-scout-disk-driver.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/unisharp/laravel-scout-disk-driver/master.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/unisharp/laravel-scout-disk-driver.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/unisharp/laravel-scout-disk-driver.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/unisharp/laravel-scout-disk-driver.svg?style=flat-square[link-packagist]: https://packagist.org/packages/unisharp/laravel-scout-disk-driver
[link-travis]: https://travis-ci.org/unisharp/laravel-scout-disk-driver
[link-scrutinizer]: https://scrutinizer-ci.com/g/unisharp/laravel-scout-disk-driver/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/unisharp/laravel-scout-disk-driver
[link-downloads]: https://packagist.org/packages/unisharp/laravel-scout-disk-driver
[link-author]: https://github.com/unisharp
[link-contributors]: ../../contributors