ZHANG Wei
ZHANG Wei
bug description: https://github.com/sleimanx2/plastic/commit/389a5ebef8b44f4c5df706665493557cd8d2eaf0#commitcomment-25511326
## 避免依赖 Laravel 第三方组件 - [ ] 使用 `ongr/elasticsearch-dsl` 替代 `sleimanx2/plastic` ## 替换废弃组件 - [x] `phpoffice/phpexcel` => `phpoffice/phpspreadsheet ` https://github.com/wutongwan/laravel-lego/issues/168#issuecomment-442719764 - [x] 移除 `symfony/class-loader` ## 欢迎补充 :-D
https://github.com/elastic/elasticsearch-php
```php $form->addNumber(...)->validateTinyInteger() $form->addNumber(...)->validateUnsignedTinyInteger() ... ```
```php $form->defaults([ 'source' => $request->query('source'), ... ]) ```