-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
[Polish] Un-nest project folder #94
Comments
This may just require an update to the $ composer create-project viget/wordpress-site-starter . (note the Or you can specify the folder to install it using: $ composer create-project viget/wordpress-site-starter /path/to/my-new-project I'm not sure if composer will create the directory if it doesn't exist, may need to test that. Otherwise you could do: $ mkdir path/to/new-project && composer create-project viget/wordpress-site-starter path/to/new-project |
@bd-viget yep we just need to add the |
This is OK to mark as done/close, right @nathan-schmidt-viget ? |
Yep! |
About
When starting a new project using composer it creates the WP starter folder inside of the current folder.
So current install folders look like
test > wordpress-site-starter > [site files]
.Ideally, it would not have
wordpress-site-starter
or if that is not possible it would renamewordpress-site-starter
to the project name.Current
Ideal Structure.
The text was updated successfully, but these errors were encountered: