updated search string package

This commit is contained in:
Denis Duliçi 2020-07-04 15:23:46 +03:00
parent 71eb916b57
commit 588c553a6e
3 changed files with 1059 additions and 226 deletions

View File

@ -41,7 +41,7 @@
"laravel/ui": "^2.0",
"laravelcollective/html": "6.1.*",
"league/omnipay": "3.0.*",
"lorisleiva/laravel-search-string": "0.1.*",
"lorisleiva/laravel-search-string": "1.0.*",
"maatwebsite/excel": "3.1.*",
"misterphilip/maintenance-mode": "2.0.*",
"monooso/unobserve": "^2.0",

1279
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -69,14 +69,14 @@ return [
'number' => ['searchable' => true],
'bank_name' => ['searchable' => true],
'bank_address' => ['searchable' => true],
'currency_code',
'currency' => ['relationship' => true],
'enabled' => ['boolean' => true],
],
],
App\Models\Banking\Reconciliation::class => [
'columns' => [
'account_id',
'account' => ['relationship' => true],
'closing_balance',
'reconciled' => ['boolean' => true],
'started_at' => ['date' => true],