Log1x / poet

Configuration-based post type, taxonomy, block category, and block registration for Sage 10.

Home Page:https://github.com/Log1x/poet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to publish the config/poet.php file

precisioncoder13 opened this issue · comments

Hello,

I am trying this package in one task with Sage-10 & facing the issue with publishing it by the given command wp acorn vendor:publish --provider="Log1x\Poet\PoetServiceProvider".

Error: "Unable to locate publishable resources."

Can you please suggest any other way to publish it? or any help to fix it.

Thanks.

Sorry for taking your time.

It's fixed by using wp acorn vendor:publish and selecting the package from the given list.

Thanks for the great package.

commented

Can @precisioncoder13's answer please be used to update the README? :)

The command in the readme is not working for me. The command posted a few months ago worked :)

if that is not working, you must run wp acorn vendor:publish --tag=acorn:init too

Hi, I have a similar question :

wp acorn vendor:publish --provider="Log1x\Poet\PoetServiceProvider"
No publishable resources for tag [].
Publishing complete.

wp acorn vendor:publish 
 Which provider or tag's files would you like to publish?:
  [0] Publish files from all providers and tags listed below
  [1] Provider: Roots\Acorn\Providers\AcornServiceProvider
  [2] Tag: acorn
 > 

I tried publishing everything, and I also tried wp acorn vendor:publish --tag=acorn:init but the poet.php file is not created into the config folder. Am I missing something ?