Skip to content

Commit

Permalink
Filters
Browse files Browse the repository at this point in the history
  • Loading branch information
rxcod9 committed Sep 4, 2023
1 parent d09eb09 commit 458e294
Show file tree
Hide file tree
Showing 4 changed files with 444 additions and 135 deletions.
13 changes: 12 additions & 1 deletion config/voyager-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
| Filters config
|--------------------------------------------------------------------------
|
| Here you can specify voyager datatable filters settings
| Here you can specify voyager api filters settings
|
*/
'filters' => [
Expand All @@ -56,4 +56,15 @@
]
],
],

/*
|--------------------------------------------------------------------------
| Uuid config
|--------------------------------------------------------------------------
|
| Here you can specify voyager api uuid
|
*/

'uuid' => env('VOYAGER_API_UUID', false),
];
Loading

0 comments on commit 458e294

Please sign in to comment.