Compare with 1 courses
PHP CodeIgniter - Development Configuration

PHP CodeIgniter - Development Configuration

This hands-on course is designed to guide absolute beginners and junior developers through the essential process of setting up a PHP and CodeIgniter development environment from scratch. By the end, you will be able to configure tools, debug effectively, and build your first CodeIgniter-based applications in a job-ready manner.

Has discount
Expiry period Lifetime
Made in English
Last updated at Mon Jun 2025
Level
Beginner
Total lectures 1
Total quizzes 0
Total duration 0 Hours
Total enrolment 0
Number of reviews 0
Avg rating
Short description This hands-on course is designed to guide absolute beginners and junior developers through the essential process of setting up a PHP and CodeIgniter development environment from scratch. By the end, you will be able to configure tools, debug effectively, and build your first CodeIgniter-based applications in a job-ready manner.
Outcomes
  • Successfully install and configure PHP 8.2, CodeIgniter 4, and Xdebug on your machine
  • Set up and use Visual Studio Code with PHP extensions for smart development
  • Create a local web server and run CodeIgniter apps (php -S localhost:8000)
  • Understand CodeIgniter’s folder structure and how to create controllers, views, and routes
  • Configure debugging and view error logs
  • Use Git for version control, clone repositories, and manage your code
  • Be job-ready to handle L1 developer environment setup, configuration, and basic debugging
Requirements
  • A computer (Windows recommended; macOS/Linux adaptable)
  • Internet connection to download tools (VSCode, PHP, CodeIgniter, Git)
  • Willingness to follow along with practical setup steps
  • (Optional but helpful) Basic familiarity with HTML/CSS