Skip to content

Integrate RESTfull API, Base Model, Ion Auth module and template module

Notifications You must be signed in to change notification settings

Maksio/CodeIgniter-App

 
 

Repository files navigation

CodeIgniter App

Integrate RESTfull API, Base Model, Ion Auth module and template module.

Features

Setup

add new virtual hostname on hosts file (/etc/hosts)

127.0.0.1 ci.localhost

Apache: create .htaccess.

RewriteEngine on
RewriteBase /
RewriteCond $1 !^(index\.php|assets|robots\.txt|$)
RewriteRule ^(.*)$ index.php/$1 [L,QSA]

Nginx: please add the following to virtualhost config.

location / {
  try_files $uri $uri/ /index.php;
}

Import the SQL structure

$ mysql -u root -p app < sql/app.sql

About

Integrate RESTfull API, Base Model, Ion Auth module and template module

Resources

Stars

Watchers

Forks

Packages

No packages published