ci_bootstrap_3 icon indicating copy to clipboard operation
ci_bootstrap_3 copied to clipboard

A multi-tenant website template based on CodeIgniter 3 with integration of some useful tools

Results 68 ci_bootstrap_3 issues
Sort by recently updated
recently updated
newest added

Options: - Basic Authentication - JWT token

enhancement

For my projects on top of ci_bootstrap_3 i am using this extension of grocerycrud (https://github.com/Akshay-Hegde/Grocery_Crud_MultiSearch). This extension is powerfoul for searching and simple to add via your Crud (wrapper) lib...

Better use the frontend ion_auth.php configuration file instead of directly put the configuration values.

Hi, I'm trying to integrate multi level menu from https://github.com/edomaru/codeigniter_multilevel_menu Added following code to MyController _setup function $this->load->model("menu_model", "menu"); $items = $this->menu->all(); // load the library and pass the array...

Hello Dear, you have created awesome CI3 admin panel. i am using your CI admin panel Thank you for creating and share as publicly. Is there multiple file upload code...

- Changelog file (since version 1.0.0) - Revamp overall documentation - Includes tutorials on different topics (or "recipes") - e.g. using Image CRUD, using theme files and gulp tasks to...

doc