Skip to content

jeevan15498/CodeIgniter-4-Beginning-Tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeIgniter 4 - Beginning Tutorials

Virtual Hosting

  • apache2/conf/extra/httpd-vhost.conf
<VirtualHost *:80>
    DocumentRoot "/opt/lamp7.2/apache2/htdocs/myproject/public"
    ServerName myproject.local
    ErrorLog "logs/myproject-error_log"
    CustomLog "logs/myproject-access_log" common
</VirtualHost>
  • c:/Windows/System32/drivers/etc/hosts
127.0.0.1 myproject.local

Topics

  • ✎ How to install CodeIgniter 4
  • ✎ How to install CodeIgniter 4 in XAMPP
  • ✎ How to install CodeIgniter 4 on windows server
  • ✎ How to set up a virtual host in CodeIgniter 4
  • ✎ CodeIgniter 4 tutorial for beginners step by step
  • ✎ Set Base URL in CodeIgniter 4
  • ✎ Enable ENVIRONMENT Variables File .env
  • ✎ Home Controller and Routes File
  • ✎ Setup CodeIgniter 4 .htaccess file
  • ✎ Set Timezone in CodeIgniter 4
  • ✎ How to enable and disable Debug Toolbar in CodeIgniter 4
  • ✎ Module Base CodeIgniter 4 Project (HMVC)

Releases

No releases published

Packages

No packages published

Languages