You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
779 B
26 lines
779 B
6 years ago
|
############
|
||
|
Installation
|
||
|
############
|
||
|
|
||
|
CodeIgniter4 can be installed in a number of different ways: manually,
|
||
|
using `Composer <https://getcomposer.org>`_, or using
|
||
|
`Git <https://git-scm.com/>`_.
|
||
|
Which is right for you?
|
||
|
|
||
|
- If you would like the simple "download & go" install that CodeIgniter3
|
||
|
is known for, choose the manual installation.
|
||
|
- If you plan to add third party packages to your project, we
|
||
|
recommend the Composer installation.
|
||
|
- If you are thinking of contributing to the framework,
|
||
|
then the Git installation is right for you.
|
||
|
|
||
|
.. toctree::
|
||
|
:titlesonly:
|
||
|
|
||
|
installing_manual
|
||
|
installing_composer
|
||
|
installing_git
|
||
|
|
||
|
However you choose to install and run CodeIgniter4, the
|
||
|
`user guide <https://codeigniter4.github.io/userguide/>`_ is accessible online.
|