2017 © Pedro Peláez
 

wordpress-plugin acf-field-boilerplate

A simple ACF field boilerplate with clean syntax.

image

log1x/acf-field-boilerplate

A simple ACF field boilerplate with clean syntax.

  • Wednesday, September 13, 2017
  • by Log1x
  • Repository
  • 1 Watchers
  • 1 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

ACF Field Boilerplate

Latest Stable Version Total Downloads Build Status, (*1)

This is an ACF Field Type boilerplate to quickly make clean, well structured custom field types., (*2)

This is entirely based off of the original acf-field-type-template provided by the creator of ACF., (*3)

Features

  • 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

Requirements

Make sure all dependencies have been installed before moving on:, (*4)

Getting Started

Create a project using Composer:, (*5)

$ composer create-project log1x/acf-field-boilerplate:dev-master my-field

Field development

  • Run yarn install from the field directory to install dependencies.
  • Replace all instances of Log1x/AcfFieldBoilerplate with your namespace.
  • Use src/ExampleField.php to get started.

Build commands

  • yarn run build — Compile and optimize the files in your assets directory
  • yarn run build:production — Compile assets for production

Bug Reports

If you discover a bug in ACF Field Boilerplate, please open an issue., (*6)

Contributing

Contributing whether it be through PRs, reporting an issue, or suggesting an idea is encouraged and appreciated., (*7)

License

ACF Field Boilerplate is provided under the MIT License., (*8)

The Versions

13/09 2017

dev-master

9999999-dev https://github.com/log1x/acf-field-boilerplate

A simple ACF field boilerplate with clean syntax.

  Sources   Download

MIT

The Requires

 

The Development Requires

wordpress

13/09 2017

v1.0.1

1.0.1.0 https://github.com/log1x/acf-field-boilerplate

A simple ACF field boilerplate with clean syntax.

  Sources   Download

MIT

The Requires

 

The Development Requires

wordpress

03/09 2017

v1.0.0

1.0.0.0 https://github.com/log1x/acf-field-boilerplate

A simple ACF field boilerplate with clean syntax.

  Sources   Download

MIT

The Requires

 

The Development Requires

wordpress