-
create the database and import the sql file
-
open application->config -> database.php update all your database server credentials host,username,password and database
-
change the base_url of your application application -> config ->config.php $_config['base_url']='';
-
create .htaccess file in root directory write the following rules
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /crud-application-with-codeigniter/index.php/$1 [L]
-
Notifications
You must be signed in to change notification settings - Fork 0
It is a crud application implemented by codeigniter
iamkumarishwetha/crud-application-with-codeigniter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
It is a crud application implemented by codeigniter
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published