An open API service indexing awesome lists of open source software.

https://github.com/ferdiozer/codeigniter

Quickly develop php projects with codeigniter
https://github.com/ferdiozer/codeigniter

codeigniter codeigniter-library codeigniter3 php

Last synced: about 2 months ago
JSON representation

Quickly develop php projects with codeigniter

Awesome Lists containing this project

README

        

# 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](https://codeigniter.com/userguide3)
[For your questions](https://github.com/ferdiozer/Codeigniter/issues)