1.

How to install CodeIgniter? Explain step by step.

Answer»

CodeIgniter can be INSTALLED with FOUR steps that are given below:

  • Download it from its download page & then unzip the package.
  • Upload its FILES and folders on your server or localhost.
  • Open application/config/config.php file and set base URL.
  • If you want to use DATABASE then open application/config/database.php file and set your database credientails.
  • Now it's installed

If you want to CONFIGURE additional setting then you can click here



Discussion

No Comment Found