芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/www/wp-content/plugins/fluentform/boot/bindings.php
bind('formBuilder', function ($app) { return new FormBuilder($app); }); $app->singleton('components', function($app) { return new Components(fluentformLoadFile('Services/FormBuilder/DefaultElements.php')); }); $app->bind('fluentFormAsyncRequest', function ($app) { return new FluentFormAsyncRequest($app); });