codeigniter4/settings

Custom Table Name without changing vendor files

Superflotsch opened this issue · 1 comments

Couldn't find an option to change the settings-tablename in my custom setup without changing the table name in the vendor files, which is not recommended.

kenjis commented

Copy the following file to app/Config/

'table' => 'settings',

and update namespace and the table value.