Getting started with Codeigniter in VSCode
Codeigniter is a PHP Framework for building robust and flexible websites. Basically, codigniter can be downloaded from official sources as a zip package and install in your system to start development. But, there are other ways to download and install codeigniter to build web applications. Here, we will demonstrate two ways to get started with codeigniter app development in visual studio code. The two approaches used here are,
- Clone Git repository
- Composer (tool to install packages and dependencies)
No comments:
Post a Comment