Warning! The folder is not writable.
This folder must be writable to make the plugin creation functionality work correctly.
Command to fix:
chmod -R 775
If necessary, you may also need to change the folder ownership.

Create New Plugin

This tool will generate a base code structure for a new plugin based on the SQL you provide. This is not the final plugin code but serves as a starting point to help you kickstart your plugin development process. After creating this base, you can add custom logic and features as needed to complete your plugin.

  • Provide a name for the plugin.
  • Optionally, enter the SQL code to create your plugin's table in the text area below.
  • Click " Create Plugin" to submit the data.
For more detailed instructions on how to further develop and customize your plugin, please refer to the AVideo Plugin Development Guide on GitHub.
print(); ?>