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
- Host: GitHub
- URL: https://github.com/ferdiozer/codeigniter
- Owner: ferdiozer
- Created: 2017-11-09T01:28:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-08T16:41:25.000Z (almost 4 years ago)
- Last Synced: 2025-01-17T22:11:57.407Z (3 months ago)
- Topics: codeigniter, codeigniter-library, codeigniter3, php
- Language: PHP
- Homepage: https://codeigniter.com/
- Size: 482 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)