You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
From a clean directory just with the Puli CLI, If I require in composer only the puli/composer-plugin and I run CLI command to publish web server resources a fatal error appears: fatal: The type "puli/public-resource" does not exist.
The error is solved just installing the puli/url-generator package.
Below step to reproduce the issue:
puli.phar server --add myserver public_htm
puli.phar server --add myserver public_htm
puli.phar publish /myapp/public myserver
fatal: The type"puli/public-resource" does not exist.
From a clean directory just with the Puli CLI, If I require in composer only the
puli/composer-plugin
and I run CLI command to publishweb server
resources a fatal error appears:fatal: The type "puli/public-resource" does not exist.
The error is solved just installing the
puli/url-generator
package.Below step to reproduce the issue:
the solution is just run a composer.json like:
Maybe the error doesn't reflect the real issue.
The text was updated successfully, but these errors were encountered: