X7ROOT File Manager
Current Path:
/home/katmhsmi/public_html/wp-content/plugins/fluentform
home
/
katmhsmi
/
public_html
/
wp-content
/
plugins
/
fluentform
/
📁
..
📁
app
📁
assets
📁
boot
📄
composer.json
(1.19 KB)
📁
config
📁
database
📄
fluentform.php
(1.02 KB)
📄
index.php
(26 B)
📄
readme.txt
(42.12 KB)
📁
resources
📁
vendor
Editing: composer.json
{ "name": "wpfluent/wpfluent", "type": "project", "description": "WPFluent - The best framework to build WordPress plugins.", "keywords": [ "WordPress", "framework", "WPFluent" ], "license": "MIT", "authors": [ { "name": "Sheikh Heera", "email": "heera.sheikh77@gmail.com" } ], "repositories": [ { "type": "vcs", "url": "https://github.com/wpfluent/framework" } ], "require": { "wpfluent/framework": "^1.0" }, "autoload": { "psr-4": { "FluentForm\\App\\": "app/", "FluentForm\\Framework\\": "vendor/wpfluent/framework/src/WPFluent" }, "classmap": [ "database/" ], "files": [] }, "extra": { "branch-alias": { "dev-master": "1.0.x-dev" }, "wpfluent": { "namespace": { "current": "FluentForm" } } }, "scripts": { "post-update-cmd": [ "FluentForm\\App\\ComposerScript::postUpdate" ] }, "minimum-stability": "dev", "prefer-stable": true }
Upload File
Create Folder