Skip to content

Commit de75458

Browse files
committed
docs: add allowed symbols
1 parent a6b4f2a commit de75458

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

user_guide_src/source/installation/installing_composer.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ The command above will create a "project-root" folder.
3939
If you omit the "project-root" argument, the command will create an
4040
"appstarter" folder, which can be renamed as appropriate.
4141

42-
.. note:: CodeIgniter autoloader does not allow special characters that are illegal in filenames on certain operating systems. Only allow characters deemed safe for POSIX portable filenames, plus the forward slash for directory separators. So if you install CodeIgniter under the folder that contains the special characters like ``(``, ``)``, etc., CodeIgniter won't work.
42+
.. note:: CodeIgniter autoloader does not allow special characters that are illegal in filenames on certain operating systems.
43+
The symbols that can be used are ``/``, ``_``, ``.``, ``:``, ``\`` and space.
44+
So if you install CodeIgniter under the folder that contains the special characters like ``(``, ``)``, etc., CodeIgniter won't work.
4345

4446
If you don't need or want phpunit installed, and all of its composer
4547
dependencies, then add the ``--no-dev`` option to the end of the above

user_guide_src/source/installation/installing_manual.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ Installation
2222
Download the `latest version <https://github.com/CodeIgniter4/framework/releases/latest>`_,
2323
and extract it to become your project root.
2424

25-
.. note:: CodeIgniter autoloader does not allow special characters that are illegal in filenames on certain operating systems. Only allow characters deemed safe for POSIX portable filenames, plus the forward slash for directory separators. So if you install CodeIgniter under the folder that contains the special characters like ``(``, ``)``, etc., CodeIgniter won't work.
25+
.. note:: CodeIgniter autoloader does not allow special characters that are illegal in filenames on certain operating systems.
26+
The symbols that can be used are ``/``, ``_``, ``.``, ``:``, ``\`` and space.
27+
So if you install CodeIgniter under the folder that contains the special characters like ``(``, ``)``, etc., CodeIgniter won't work.
2628

2729
Setting Up
2830
----------

0 commit comments

Comments
 (0)