Skip to content

Commit dc9120d

Browse files
committed
docs: remove outdated important note
Since v4.5.0, you can define App and Config in composer.json.
1 parent 6ceb3e5 commit dc9120d

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

user_guide_src/source/general/managing_apps.rst

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,6 @@ directory. It is possible, however, to have multiple sets of
88
applications that share a single CodeIgniter installation, or even to
99
rename or relocate your application directory.
1010

11-
.. important:: When you installed CodeIgniter v4.1.9 or before, and if there are ``App\\`` and ``Config\\`` namespaces in your ``/composer.json``'s ``autoload.psr-4`` like the following, you need to remove these lines, and run ``composer dump-autoload``.
12-
13-
.. code-block:: text
14-
15-
{
16-
...
17-
"autoload": {
18-
"psr-4": {
19-
"App\\": "app", <-- Remove this line
20-
"Config\\": "app/Config" <-- Remove this line
21-
}
22-
},
23-
...
24-
}
25-
2611
.. contents::
2712
:local:
2813
:depth: 2

0 commit comments

Comments
 (0)