acf-plus/advanced-custom-fields-plus

A custom ACF plugin boilerplate


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