We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3238c2 commit 9e7fcf2Copy full SHA for 9e7fcf2
README.md
@@ -14,6 +14,7 @@ codeigniter/
14
├── composer.json
15
├── composer.lock
16
├── public/
17
+│ ├── .htaccess
18
│ └── index.php
19
└── vendor/
20
└── codeigniter/
@@ -35,6 +36,8 @@ codeigniter/
35
36
$ composer create-project kenjis/codeigniter-composer-installer codeigniter
37
```
38
39
+Above command installs `public/.htaccess` to remove `index.php` from URL. If you don't need it, please remove it.
40
+
41
If you want to install translations for system messages:
42
43
0 commit comments