change display on categories

This commit is contained in:
Ludovic CANDELLIER
2022-05-31 23:21:04 +02:00
parent cc2798a78e
commit 8abf391a53
10 changed files with 297 additions and 5 deletions

17
config/min-auth.php Normal file
View File

@@ -0,0 +1,17 @@
<?php
/*
* You can place your custom package configuration in here.
*/
return [
/**
* Toggle IP Address validation for client.
*/
'validate_ip' => true,
/**
* Set the default request header name here eg. api-key, token, x-api-key.
*/
'header_name' => 'api-key',
];