WP Manifestindependent plugin directory
manifest / developer / custom-database-crud

Custom Database CRUD

A plugin to demonstrate CRUD operations on a custom database table.

by Osman Goni Sufy · github.com/osmansufy/custom-database-crud

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/osmansufy/custom-database-crud/archive/refs/heads/master.zip

After downloading the plugin, you can install it by following these steps:

  1. Unzip the downloaded zip file.
  2. Install the composer dependencies by running composer install in the plugin directory.
  3. Activate the plugin through the 'Plugins' menu in WordPress.
  4. Use the plugin by going to the Custom Database CRUD menu that appears in your admin menu.

Commands

  • composer install - Install the composer dependencies.
  • composer update - Update the composer dependencies.
  • composer dump-autoload - Regenerate the autoloader.