acf-plus/advanced-custom-fields-plus

A custom ACF plugin boilerplate

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 3

Forks: 2

Open Issues: 13

Type:wordpress-plugin

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


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