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.zipAfter downloading the plugin, you can install it by following these steps:
- Unzip the downloaded zip file.
- Install the composer dependencies by running
composer installin the plugin directory. - Activate the plugin through the 'Plugins' menu in WordPress.
- 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.