https://github.com/yardinternet/brave-acf
https://github.com/yardinternet/brave-acf
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/yardinternet/brave-acf
- Owner: yardinternet
- License: mit
- Created: 2026-02-25T09:44:51.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-05-28T01:45:16.000Z (about 1 month ago)
- Last Synced: 2026-05-28T03:21:25.147Z (about 1 month ago)
- Language: PHP
- Size: 488 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Brave ACF
[](https://github.com/yardinternet/brave-acf/actions/workflows/format-php.yml)
[](https://github.com/yardinternet/brave-acf/actions/workflows/phpstan.yml)
[](https://github.com/yardinternet/brave-acf/actions/workflows/run-tests.yml)
## Requirements
- [Acorn](https://github.com/roots/acorn) >= 4.0
## Features
- [x] Register ACF Field groups from config
- [x] Register ACF Forms from config
- [x] Register ACF Option pages from config
## Installation
To install this package using Composer, follow these steps:
1. Install this package with Composer:
```sh
composer require yard/brave-acf
```
2. Run the Acorn WP-CLI command to discover this package:
```shell
wp acorn package:discover
```
You can publish the config file with:
```shell
wp acorn vendor:publish --provider="Yard\Acf\AcfServiceProvider"
```
## Usage
This package leverages [wp-acf-registrar](https://github.com/yardinternet/wp-acf-registrar) for registration of field groups, forms and option pages.
Add your custom acf classes to the [configuration file](./config/acf.php) to register them automatically.
## About us
[](https://www.yard.nl/werken-bij/)