We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have composer.json one level up from web root and did not get it working following current instructions. https://docs.carbonfields.net/#/plugin-quickstart
specifically
"extra": { "installer-paths": { "YOUR_DESIRED_LOCATION/vendor/{$vendor}/{$name}/": ["type:wordpress-plugin"] } }
It was not sufficient.
To get it working I did some tweaks:
1. I had to define base url
define('Carbon_Fields\URL', home_url('/vendor/htmlburger/carbon-fields-plugin'));
Add this to "Plugin Quickstart" please.
2. I had to manually copy build folder from
build
vendor/htmlburger/carbon-fields/
to
web/vendor/htmlburger/carbon-fields-plugin/
Something missing in composer install step I suppose.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have composer.json one level up from web root and did not get it working following current instructions.
https://docs.carbonfields.net/#/plugin-quickstart
specifically
It was not sufficient.
To get it working I did some tweaks:
1. I had to define base url
define('Carbon_Fields\URL', home_url('/vendor/htmlburger/carbon-fields-plugin'));
Add this to "Plugin Quickstart" please.
2. I had to manually copy
build
folder fromvendor/htmlburger/carbon-fields/
to
web/vendor/htmlburger/carbon-fields-plugin/
Something missing in composer install step I suppose.
The text was updated successfully, but these errors were encountered: