CodeIgniter CRUD generator automatic

CodeIgniter CRUD Generator is a CRUD generator tool for CodeIgniter that automatically generates CRUD code quickly. You can create features such as data insertion and deletion, pagination, searching, sorting, file export, data validation, and more.


How to install script on localhost:

  • Download and install a local web server such as AMPPS/XAMPP/WAMP to run our PHP scripts;
  • Download and extract the script and copy it to the web server directory;
  • Access phpMyAdmin to create a new database, then import file cigenerator.sql database;
  • Open file connection.php (in directory includes/connection.php) to configuration database connection:

$db['default']['hostname']

$db['default']['username'] 

$db['default']['password'] 

$db['default']['database']

  • Access project URL: http://localhost/project_name/
  • Default login account:   Username: admin@admin.com, Password: password
  • Read more in file document;

* Unzip password: 6667

Previous Post Next Post