This is an ACF Field Type boilerplate to quickly make clean, well structured custom field types.
This is entirely based off of the original acf-field-type-template provided by the creator of ACF.
- Laravel Mix for handling assets.
- Support for Admin Columns Pro
- PSR-12 code style & linting
- Cleaner DocBlocks
- Cleaner directory structure
- Ready to use alongside other Composer packages
- Attempt at a more DRY approach
Make sure all dependencies have been installed before moving on:
Create a project using Composer:
$ composer create-project log1x/acf-field-boilerplate:dev-master my-field- Run
yarn installfrom the field directory to install dependencies. - Replace all instances of
Log1x/AcfFieldBoilerplatewith your namespace. - Use
src/ExampleField.phpto get started.
yarn run build— Compile and optimize the files in your assets directoryyarn run build:production— Compile assets for production
If you discover a bug in ACF Field Boilerplate, please open an issue.
Contributing whether it be through PRs, reporting an issue, or suggesting an idea is encouraged and appreciated.
ACF Field Boilerplate is provided under the MIT License.