简体   繁体   中英

Shopware custom plugin not generating public folder

i tested this shopware plugin

https://github.com/shopware/swag-docs-new-tab

which is linked from official shopware documentation here

https://docs.shopware.com/en/shopware-platform-dev-en/how-to/new-tab-admin?category=shopware-platform-dev-en/how-to

./psh.phar administration:build command should rebuild public folder under plugin and then copy created folder under public/bundles

this is not happening

what can be issue that public folder isnt created ? any recommendation how to track where is the problem ? i dont see anything usefull in log. thanks

Sounds to me like it is an issue with the read/write permissions on your filesystem. Perhaps you need to check the ownership of the folders (it should be the user that executes your php process).

Otherwhise you could create it manually:

.../src/Resources/public/administration

.../src/Resources/public/storefront

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM