2017 © Pedro Peláez
 

library vc-integration

A wp-kit component that handles Visual Composer configuration

image

wp-kit/vc-integration

A wp-kit component that handles Visual Composer configuration

  • Friday, July 20, 2018
  • by terence1990
  • Repository
  • 1 Watchers
  • 0 Stars
  • 201 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 11 Versions
  • 10 % Grown

The README.md

wp-kit/vc-integration

This is a wp-kit component that handles Visual Composer configuration., (*1)

This component was built to run within an Illuminate\Container\Container so is perfect for frameworks such as Themosis, Assely and wp-kit/theme., (*2)

This component is simply a ServiceProvider which helps to simplify the configuration of Visual Composer and registration of shortcodes compatible with Visual Composer via a config file., (*3)

Installation

If you're using Themosis, install via Composer in the root of your Themosis installation, otherwise install in your Composer driven theme folder:, (*4)

composer require "wp-kit/vc-integration"

Setup

Add Service Provider

Just register the service provider in the providers config:, (*5)

//inside theme/resources/config/providers.config.php

return [
    //,
    WPKit\Integrations\Vc\VisualComposerServiceProvider::class,   
    //
];

Add Config File

The recommended method of installing config files for wp-kit components is via wp kit vendor:publish command., (*6)

First, install WP CLI, and then install this component, wp kit vendor:publish will automatically be installed with wp-kit/utils, once installed you can run:, (*7)

wp kit vendor:publish, (*8)

For more information, please visit wp-kit/utils., (*9)

Alternatively, you can place the config file(s) and shortcode file(s) in your theme/resources/config and theme/resources/shortcodes directories manually., (*10)

Usage

Adding Classes

wp-kit\vc-integration comes with a class WPKit\Integrations\Vc\Shortcode which can be extended by your own shortcode classes which should be added inside resources/shortcodes within the namespace Theme\Shortcodes., (*11)

Here is an example Shortcode class., (*12)

Config

Please install and study the default config file as described above to learn how to use this component., (*13)

Get Involved

To learn more about how to use wp-kit check out the docs:, (*14)

View the Docs, (*15)

Any help is appreciated. The project is open-source and we encourage you to participate. You can contribute to the project in multiple ways by:, (*16)

  • Reporting a bug issue
  • Suggesting features
  • Sending a pull request with code fix or feature
  • Following the project on GitHub
  • Sharing the project around your community

For details about contributing to the framework, please check the contribution guide., (*17)

Requirements

Wordpress 4+, (*18)

Visual Composer 4+, (*19)

PHP 5.6+, (*20)

License

wp-kit/vc-integration is open-sourced software licensed under the MIT License., (*21)

The Versions

20/07 2018

dev-master

9999999-dev https://github.com/wp-kit/vc-integration

A wp-kit component that handles Visual Composer configuration

  Sources   Download

MIT

The Requires

 

wordpress oop themosis assely visual composer wp-kit

20/07 2018

2.0.9

2.0.9.0 https://github.com/wp-kit/vc-integration

A wp-kit component that handles Visual Composer configuration

  Sources   Download

MIT

The Requires

 

wordpress oop themosis assely visual composer wp-kit

20/06 2018

2.0.8

2.0.8.0 https://github.com/wp-kit/vc-integration

A wp-kit component that handles Visual Composer configuration

  Sources   Download

MIT

The Requires

 

wordpress oop themosis assely visual composer wp-kit

20/06 2018

2.0.7

2.0.7.0 https://github.com/wp-kit/vc-integration

A wp-kit component that handles Visual Composer configuration

  Sources   Download

MIT

The Requires

 

wordpress oop themosis assely visual composer wp-kit

20/06 2018

2.0.6

2.0.6.0 https://github.com/wp-kit/vc-integration

A wp-kit component that handles Visual Composer configuration

  Sources   Download

MIT

The Requires

 

wordpress oop themosis assely visual composer wp-kit

17/04 2018

2.0.5

2.0.5.0 https://github.com/wp-kit/vc-integration

A wp-kit component that handles Visual Composer configuration

  Sources   Download

MIT

The Requires

 

wordpress oop themosis assely visual composer wp-kit

17/04 2018

2.0.4

2.0.4.0 https://github.com/wp-kit/vc-integration

A wp-kit component that handles Visual Composer configuration

  Sources   Download

MIT

The Requires

 

wordpress oop themosis assely visual composer wp-kit

17/04 2018

2.0.3

2.0.3.0 https://github.com/wp-kit/vc-integration

A wp-kit component that handles Visual Composer configuration

  Sources   Download

MIT

The Requires

 

wordpress oop themosis assely visual composer wp-kit

17/04 2018

2.0.2

2.0.2.0 https://github.com/wp-kit/vc-integration

A wp-kit component that handles Visual Composer configuration

  Sources   Download

MIT

The Requires

 

wordpress oop themosis assely visual composer wp-kit

17/04 2018

2.0.1

2.0.1.0 https://github.com/wp-kit/vc-integration

A wp-kit component that handles Visual Composer configuration

  Sources   Download

MIT

The Requires

 

wordpress oop themosis assely visual composer wp-kit

01/09 2017

2.0.0

2.0.0.0 https://github.com/wp-kit/vc-integration

A wp-kit component that handles Visual Composer configuration

  Sources   Download

MIT

The Requires

 

wordpress oop themosis assely visual composer wp-kit