How to uninstall/reinstall PHP CRUD Generator?

You can uninstall/reinstall PHPCG as many times as you want without any restriction.
When you unregister an installation it just removes the license from the licensing system. All your files and settings are kept.


How to reinstall PHP CRUD Generator

If you change PHPCG location (domain name), or want to reinstall on the same domain, you must first unregister your current installation, then register the new one.

  1. Delete install/install.lock to unlock th installer
  2. Open install/do-install.php in your browser.
    PHPCG will detect your installation and show the uninstaller.
    Enter your license code & click the "uninstall button

Once done, you can reinstall PHPCG at the same place or somewhere else.

If for some reason you can't uninstall, please send me your purchase code and I'll remove your installation manually from the licensing server.


How to clean up your installation

The installer will never break anything that you worked with:
your database structure, generator settings and admin dashboard files are kept.

If you need to reinstall PHPCG, for any reason:

  1. Delete the license table (typically user_data) from your database ("DROP TABLE user_data")
  2. Restore the original database connection file /class/phpformbuilder/database/db-connect.php from PHPCG package
  3. Delete install/install.lock to unlock th installer
  4. Open install/do-install.php in your browser to reinstall

PHP CRUD tutorial main page