acf-plus / advanced-custom-fields-plus
A custom ACF plugin boilerplate
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 4
Forks: 2
Open Issues: 13
Type:wordpress-plugin
Requires
- php: >=7.1
- composer/installers: ~1.0
- stoutlogic/acf-builder: ^1.8
Requires (Dev)
- dev-master
- dev-dependabot/npm_and_yarn/express-4.18.2
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/eventsource-1.1.1
- dev-dependabot/npm_and_yarn/url-parse-1.5.10
- dev-dependabot/npm_and_yarn/tar-4.4.19
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/dns-packet-1.3.4
- dev-dependabot/npm_and_yarn/browserslist-4.16.6
- dev-dependabot/npm_and_yarn/lodash-4.17.21
- dev-dependabot/npm_and_yarn/ua-parser-js-0.7.28
- dev-dependabot/npm_and_yarn/y18n-4.0.1
- dev-dependabot/npm_and_yarn/elliptic-6.5.4
- dev-dependabot/npm_and_yarn/ini-1.3.7
- dev-chore--jquery--remove
- dev-feat--frontend--workflow-update
- dev-fix--acf-plus--structure
This package is not auto-updated.
Last update: 2024-10-29 02:12:33 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