Download the PHP package digitalunited/vc-clean-up without Composer

On this page you can find all versions of the php package digitalunited/vc-clean-up. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package vc-clean-up

Visual Composer CleanUp

Why?!?

This plugin exist because i got tired of copying my customizations on visual composer to every project. Is allso is meant to solve the issue of maintaing Visual Composer customizations on multiple sites wiuth diffrent requirements.

How?!?

On activation the plugin creates a file named VcCleanUpConfig.php in your current theme. The file consists of a config-array with the possibility to cleanup Visual Composer without anny manual work.

Configuration

enabledStdModules

An array containing all standard modules you want to use. It works as a white list so evertthing thats not declared in this array will disapear from admin. Values: Array with names of modules you want to keep

useBootstrapGrid

Replaces "vc_"-prefixed grid-classes with bootstraps grid-classes Values: true/false

deregisterFrontendStyles

Disables loading of visualcomposaer css if $param equals true Values: true/false

disableFrontendEditor

Disables the frontendeditor Values: true/false

removeExtraClassNameField

Removes the "Extra class name"-field on all modules listed in "enabledStdModules" Values: true/false

removeDesignOptionsTab

Removes the "Design options"-tab on all modules listed in "enabledStdModules" Values: true/false

enableRowLayouts

Removes all row layouts that isn't specified. It uses the rowlayouts titles. Values: Array with titles of standard row_layouts, True enables all standard rowlayouts

setVcAsTheme

Set vc as a part of a theme witch disables the "Custom CSS"-tab on the Visual Composer options-page Values: true/false

disableGridElements

Removes Grid Elements from the admin menu Values: true/false

keepDefaultTemplates

Specify witch VC default templates to keep. The array should contain the custom_class of the the default template. Value: false / array with default templates to keep (t.ex ['vc_default_template-39', 'vc_default_template-1'])

hideVcAdminButtons

Removes alot of unusefull buttons from VisualComposers admin GUI Values: true/false

keepDefaultColumnFields

Specify which params from vc_column should be kept. If set to "all", all default fields will be kept. Values: (string) "all" / (array) ['param_name1', 'param_name2', ...]


All versions of vc-clean-up with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4
composer/installers Version ~1.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package digitalunited/vc-clean-up contains the following files

Loading the files please wait ....