#21 basic listings/model configs
This commit is contained in:
@@ -111,6 +111,7 @@ return [
|
||||
'Yaml' => Symfony\Component\Yaml\Yaml::class,
|
||||
'Geotools' => Toin0u\Geotools\Facade\Geotools::class,
|
||||
'Setting' => anlutro\LaravelSettings\Facade::class,
|
||||
'Utils' => App\Facades\Utils::class,
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
@@ -40,7 +40,7 @@ return [
|
||||
'api_version' => 'v1',
|
||||
|
||||
'options' => [
|
||||
'softDelete' => true,
|
||||
'softDelete' => false,
|
||||
'tables_searchable_default' => false,
|
||||
],
|
||||
|
||||
@@ -54,7 +54,7 @@ return [
|
||||
|
||||
|
||||
'add_on' => [
|
||||
'swagger' => false,
|
||||
'swagger' => true,
|
||||
'tests' => true,
|
||||
'datatables' => false,
|
||||
'menu' => [
|
||||
|
||||
Reference in New Issue
Block a user