outlawz-team / radicle
Outlawz Radicle package
Installs: 641
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
Open Issues: 0
Type:package
Requires
- php: ^8.0
- spatie/ignition: ^1.12
README
This repo can be used to scaffold an Acorn package. See the Acorn Package Development docs for further information.
Installation
You can install this package with Composer:
composer require outlawz-team/radicle
You can publish the config file with:
Flare config file
$ wp acorn vendor:publish --provider="OutlawzTeam\Radicle\Providers\FlareServiceProvider"
ACF config file
$ wp acorn vendor:publish --provider="OutlawzTeam\Radicle\Providers\AcfServiceProvider"