Skip to content

Quickly develop php projects with codeigniter

Notifications You must be signed in to change notification settings

piyanos/Codeigniter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Codeigniter Quick Starter

You can start developing immediately by cloning it locally or to your server.

For what

Speeding up and streamlining the development process

How to use

git clone https://github.com/ferdiozer/Codeigniter.git

If you have an SSL certificate, update the htaccess file as follows

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php?/$1 [L]
RewriteRule .* http://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule .* http://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

Support

Documentation For your questions

About

Quickly develop php projects with codeigniter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.7%
  • HTML 0.3%