Typo in documentation? |
https://codeigniter4.github.io/CodeIgnit...e_448.html specifies that /tests/.htaccess received changes, but I don't see a .htaccess file in that directory (/vendor/codeigniter4/framework/tests/) even though there is one in the master branch of CI. https://github.com/codeigniter4/CodeIgni...ster/tests. Maybe this is a problem with the composer package? I have `"codeigniter4/framework": "4.4.8",` in the require section.
Thank you. This is because there is a flaw in the current release process.
The main repository and distribute repository are not exactly the same, but we checks in the main repository. But don't worry, tests/.htaccess and app/.htaccess are not needed at all. They are just in case for users who install CI4 incorrectly to the document root.
The current in-progress User Guide is updated:
https://codeigniter4.github.io/CodeIgnit...e_448.html |
Welcome Guest, Not a member yet? Register Sign In |