acf-plus/advanced-custom-fields-plus

A custom ACF plugin boilerplate

Maintainers

👁 cdk

Package info

github.com/acf-plus/advanced-custom-fields-plus

Homepage

Forum

Type:wordpress-plugin

pkg:composer/acf-plus/advanced-custom-fields-plus

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 6

Open Issues: 13

dev-master 2020-09-10 06:05 UTC

GPL-3.0 cc687715e8af6a6df1223fbf7fc25436d06d18ef

  • Dima Minka <info.woop@acf.plus>

pluginwordpressacfcdk


README

👁 Packagist
👁 devDependency Status
👁 Build Status

=== Advanced Custom Fields Plus ===

A custom ACF plugin boilerplate.

== Setup ==

This plugin uses namespaces following format: CompanyName\PluginName\Folder

It starts with namespace ACF\ACFPLUS autoloading the lib folder;

Before composer install -> do a find and replace in all folders for ACFPLUS. Replace with your plugin name.

== Commands ==

To Bootstrap:

  1. composer install
  2. yarn
  3. yarn run watch

All Commands:

composer install composer dump-autoload yarn yarn run dev yarn run watch yarn run production