acf-plus / advanced-custom-fields-plus
A custom ACF plugin boilerplate
Package info
github.com/acf-plus/advanced-custom-fields-plus
Type:wordpress-plugin
pkg:composer/acf-plus/advanced-custom-fields-plus
Requires
- php: >=7.1
- composer/installers: ~1.0
- stoutlogic/acf-builder: ^1.8
Requires (Dev)
This package is not auto-updated.
Last update: 2026-06-09 10:12:08 UTC
README
=== 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:
- composer install
- yarn
- yarn run watch
All Commands:
composer install composer dump-autoload yarn yarn run dev yarn run watch yarn run production