junichi11 / netbeans-wordpress-plugin

Support for WordPress
http://plugins.netbeans.org/plugin/46542/php-wordpress-blog-cms
Other
91 stars 35 forks source link

WordPress composer support #62

Closed llaumgui closed 6 years ago

llaumgui commented 6 years ago

Issue type

Overview description

Support of WordPress instance with Composer (wp-content not in root folder).

├───vendor
├───web
│   ├───wp => My WordPress root
│   ├───wp-content

Steps to reproduce

  1. Try to configure Netbeans with a wp-content folder not in the root folder
  2. Can't save.
junichi11 commented 6 years ago

Could you write your steps for installing WordPress with composer?

llaumgui commented 6 years ago

I used this article : https://pantheon.io/blog/web-docroot-wordpress-composer

junichi11 commented 6 years ago

Thanks!

junichi11 commented 6 years ago

Give it a try! : 0.9.2.1-dev https://github.com/junichi11/netbeans-wordpress-plugin/releases/tag/v0.9.2

If you find a problem, please let me know.

llaumgui commented 6 years ago

Nice !