Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nirav-gajera/codeigniter-crud
simple codeginiter CRUD operation app to manage posts ,search post functionality with ajax ,bootstrap
https://github.com/nirav-gajera/codeigniter-crud
ajax application bootstrap codeigniter codeigniter-crud codeigniter3 crud environment html-css-javascript jquery laravel package php php-framework repository sql vscode
Last synced: about 1 month ago
JSON representation
simple codeginiter CRUD operation app to manage posts ,search post functionality with ajax ,bootstrap
- Host: GitHub
- URL: https://github.com/nirav-gajera/codeigniter-crud
- Owner: nirav-gajera
- License: mit
- Created: 2023-06-21T03:56:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-21T04:28:26.000Z (over 1 year ago)
- Last Synced: 2024-01-27T01:45:58.790Z (11 months ago)
- Topics: ajax, application, bootstrap, codeigniter, codeigniter-crud, codeigniter3, crud, environment, html-css-javascript, jquery, laravel, package, php, php-framework, repository, sql, vscode
- Language: PHP
- Homepage:
- Size: 500 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# codeigniter-crud
simple codeginiter CRUD operation app to manage posts with bootstrap# Installation
1. import database `codeid_blog` in your sql
2. change database name with your database name in application/config/database.php
3. change `$config['base_url'] = 'http://localhost:8080/codeig_blog';` with your base_url in application/config/config.php
4. run `http://localhost:8080/codeig_blog` and you're good to go!