All Projects → agungsugiarto → codeigniter4-ajax-crud

agungsugiarto / codeigniter4-ajax-crud

Licence: MIT, MIT licenses found Licenses found MIT LICENSE MIT license.txt
Example CodeIgniter 4 ajax crud with serverside datatable.

Programming Languages

PHP
23972 projects - #3 most used programming language
hack
652 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to codeigniter4-ajax-crud

heimdall
Painless OAuth 2.0 Server for CodeIgniter 4 🔥
Stars: ✭ 36 (-42.86%)
Mutual labels:  codeigniter4
boilerplate
CodeIgniter4 Boilerplate based on AdminLTE 3 with user management, roles, permissions, ...
Stars: ✭ 129 (+104.76%)
Mutual labels:  codeigniter4
Codeigniter-4-CRUD-generator
ADEL CCG is an easy open-source intuitive web app to create AdminLTE4 -Bootstrap 5- dashboards with CRUD operations in php.
Stars: ✭ 87 (+38.1%)
Mutual labels:  codeigniter4
Codeigniter4
Open Source PHP Framework (originally from EllisLab)
Stars: ✭ 3,839 (+5993.65%)
Mutual labels:  codeigniter4
ci4-album
🔥 CodeIgniter 4 example Album module uses Domain Driven Design Architecture with Tactical Pattern
Stars: ✭ 67 (+6.35%)
Mutual labels:  codeigniter4
CodeIgniter4-Cart-Module
A basic port of the CodeIgniter 3 cart library for CodeIgniter 4.
Stars: ✭ 31 (-50.79%)
Mutual labels:  codeigniter4
codeigniter4-authentication
The codeigniter4\authentication component provides an API for authentication and includes concrete authentication adapters for common use case scenarios.
Stars: ✭ 34 (-46.03%)
Mutual labels:  codeigniter4

CodeIgniter4 Ajax CRUD

Program sederhana Ajax Crud dengan CodeIgniter4.

Installation

Clone the repository:

git clone https://github.com/agungsugiarto/codeigniter4-ajax-crud.git

Pindah ke directory codeigniter4-ajax-crud:

cd odeigniter4-ajax-crud

Install dependency:

composer install

Buat database baru. Kemudian rename .env.example ke .env selanjutnya sesuaikan dengan konfigurasi database:

database.default.hostname = localhost
database.default.database = crud-ci4
database.default.username = root
database.default.password = 
database.default.DBDriver = MySQLi

Migrasi database:

php spark migrate

Buat data dummy dengan perintah:

php spark db:seed BookSeeder

Jalankan aplikasi dengan perintah:

php spark serve

Sekarang buka browser dengan alamat address http://localhost:8080/

Screenshoot | Demo on Heroku

Index Create
Image of login Image of Index
Update Delete
Image of Index Image of Index
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].