can I override or add config files in my ThirdParty/package? |
(03-01-2020, 08:37 AM)MGatner Wrote: You can do that but Config files in App will always take precedence, so you would need to (re)move them. You might also want to look into Registrars, which might account for some of the behavior you are after: https://codeigniter4.github.io/userguide...registrarsso I want to do this so that I drop 3 packages into the ThirdParty folder (lebid, myth-auth, smarty) and everything works right away so that I don’t get into any other config files (Autoload.php, Filters.php, Toolbar.php, Validation .php) on the base installation. To configure the necessary config in my package, that's all. |
Messages In This Thread |
can I override or add config files in my ThirdParty/package? - by midav - 02-29-2020, 04:59 AM
RE: can I override or add config files in my ThirdParty/package? - by MGatner - 03-01-2020, 08:37 AM
RE: can I override or add config files in my ThirdParty/package? - by midav - 03-01-2020, 08:50 AM
RE: can I override or add config files in my ThirdParty/package? - by midav - 03-01-2020, 10:54 AM
RE: can I override or add config files in my ThirdParty/package? - by InsiteFX - 03-02-2020, 08:59 AM
RE: can I override or add config files in my ThirdParty/package? - by midav - 03-02-2020, 11:27 AM
|