10 lines
203 B
PHP
10 lines
203 B
PHP
|
<?php
|
||
|
// The following configs can be globally configured, copy the array content over to your ROOT/config
|
||
|
|
||
|
return [
|
||
|
'CakeHtmx' => [
|
||
|
'boostLinks' => true,
|
||
|
'usePaginator' => true,
|
||
|
],
|
||
|
];
|