All Projects → Adel-Qusay → Codeigniter-4-CRUD-generator

Adel-Qusay / Codeigniter-4-CRUD-generator

Licence: other
ADEL CCG is an easy open-source intuitive web app to create AdminLTE4 -Bootstrap 5- dashboards with CRUD operations in php.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to Codeigniter-4-CRUD-generator

Codeigniter4
Open Source PHP Framework (originally from EllisLab)
Stars: ✭ 3,839 (+4312.64%)
Mutual labels:  codeigniter, codeigniter4
Ci Adminlte
CodeIgniter 3.1.10 with AdminLTE 2.3.11
Stars: ✭ 259 (+197.7%)
Mutual labels:  adminlte, codeigniter
Codeigniter 3d Sanalpos
Codeigniter Tüm Bankalar İçin 3D Sanal Pos Entegrasyonu
Stars: ✭ 27 (-68.97%)
Mutual labels:  codeigniter, bootstrap4
Stisla Codeigniter
Free Bootstrap Admin Template for CodeIgniter
Stars: ✭ 64 (-26.44%)
Mutual labels:  codeigniter, bootstrap4
luya-module-admin
Administration base module for all LUYA admin modules
Stars: ✭ 45 (-48.28%)
Mutual labels:  crud, bootstrap4
ci4-album
🔥 CodeIgniter 4 example Album module uses Domain Driven Design Architecture with Tactical Pattern
Stars: ✭ 67 (-22.99%)
Mutual labels:  codeigniter, codeigniter4
Learnify
👨🏻‍🏫 — Web Edukasi Open-Source yang dibuat oleh SYAUQIZAIDAN KHAIRAN KHALAF. Learnify adalah Web edukasi yang dilengkapi video, materi dan sistem ujian yang tersedia secara gratis. Learnify dibuat ditujukan agar para siswa dan guru dapat terus belajar dan mengajar dimana saja dan kapan saja.
Stars: ✭ 199 (+128.74%)
Mutual labels:  codeigniter, bootstrap4
CodeIgniter4-Cart-Module
A basic port of the CodeIgniter 3 cart library for CodeIgniter 4.
Stars: ✭ 31 (-64.37%)
Mutual labels:  codeigniter, codeigniter4
Ignition Go
Bootstrap4 /Codeigniter 3 Modular (HMVC) App Building Framework - to build enterprise class web applications... Versions: CodeIgniter 3.1.9 AdminLTE 3.4 Bootstrap 4.5.0
Stars: ✭ 166 (+90.8%)
Mutual labels:  adminlte, codeigniter
Employee Mgmt Laravel5.4 Adminlte
The project is using laravel 5.4 and adminlte
Stars: ✭ 141 (+62.07%)
Mutual labels:  adminlte, bootstrap4
Nly Adminlte Vue
vuejs2 AdminLte3 template more than 50 components and 10 directives.such as collapse ,sidebar,container,infobox,breadcrumb,card,grid,dropdown,toast,navbar,timeline,icon,progress
Stars: ✭ 44 (-49.43%)
Mutual labels:  adminlte, bootstrap4
Reactjs Crud Boilerplate
Live Demo
Stars: ✭ 83 (-4.6%)
Mutual labels:  crud, bootstrap4
Ci bootstrap 3
A multi-tenant website template based on CodeIgniter 3 with integration of some useful tools
Stars: ✭ 378 (+334.48%)
Mutual labels:  crud, codeigniter
sistem skripsi
Proses skripsi menjadi lebih teratur dan cepat yang dilakukan secara online yang bisa diakses dimana saja melalui browser dengan bertujuan menghemat waktu, tenaga dan memudahkan mendapatkan informasi proses skripsi secara Online.
Stars: ✭ 23 (-73.56%)
Mutual labels:  codeigniter, bootstrap4
vue-resume
a live resume builder using VueJs
Stars: ✭ 72 (-17.24%)
Mutual labels:  bootstrap4
cszcms
Open Source CMS (Content Management System) with Codeigniter and Bootstrap.
Stars: ✭ 47 (-45.98%)
Mutual labels:  codeigniter
bootcatch-themes
🔥 Bootcatch Themes is an open-source library of free Custom Bootstrap Themes.
Stars: ✭ 22 (-74.71%)
Mutual labels:  bootstrap4
admin-lte-dotnet
AdminLTE v3 for MVC Core, Razor Pages and Tag Helpers
Stars: ✭ 96 (+10.34%)
Mutual labels:  adminlte
repository
[PHP 7] Implementation and definition of a base Repository in Domain land.
Stars: ✭ 26 (-70.11%)
Mutual labels:  crud
CodeIgniter-HMVC
CodeIgniter 3.1.10 with Modular Extensions - HMVC and Whoops Error Handling Framework 2.5.0
Stars: ✭ 30 (-65.52%)
Mutual labels:  codeigniter

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. The CRUD application is able to manage data from any MySQL database, however complex the structure and volume of data are. It ships with powerful API, Controller, Model, View generator to speed up the development of your CMS, CRM or other back-office system.

Upgrades: Fix & Features

Core

  • Integrated with AdminLTE4 -Bootstrap 5- (https://github.com/MGatner/adminlte4)
  • add Unique, minlength Validation
  • use CodeIgniter multi-Language (please read readme.txt in '/downloads/template.zip')
  • add minlength in genertor page, remove maxlength (defined by database)
  • auto selected input type 'Date' if table field is date, time, timestamp, year
  • auto insert Default Crud-name & Crud-Title after 'Select Table'
  • disable 'CRUD language'

View

  • Integrated with AdminLTE4 -Bootstrap 5- (https://github.com/MGatner/adminlte4)
  • Support RTL (use dir="rtl" lang="ar" + adminlte.rtl.min.css in Views\layout\header.php)
  • Support Dark mode (Replace light by dark in classes in Views\layout\master.php + Views\layout\navbar.php + Views\layout\sidebar.php )
  • use single modal dialog for Add & Edit. for fixed 'dom duplicate error'
  • use layout template. copy layout folder to 'App/Views'
  • replace function add() & edit() with function save()
  • add input 'unique' type validate,
  • add class 'invalid-feedback' for response.error-message (not have in old code)
  • edit alert popup
  • fixed (edit, delete button) language text

Controller

  • New Style Action Button (edit, delete button) : var $ops in function getAll()
  • fixed (edit, delete button) language text

Next Features!

  • add Action 'copy' for clone data

Install

  1. extract template-bs5.zip in 'downloads'
  2. copy layout folder to '{youProject}/App/Views/'
  3. if you want make empty view. looking viewtemplate.php in 'example'
  4. If you want to change the default site language
  • copy any folder in 'Language' to '{youProject}/App/Language/'
  • change the language code $defaultLocale in 'App/Config/App.php' (en','ar','th')
  • Lean Ci4 Localization in Ci4 Docs

Youtube video:

IMAGE ALT TEXT

SS:

alt text

alt text

alt text

CI forum thread:

https://forum.codeigniter.com/thread-77877.html


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].