Custom path for a new laravel project #1377
wesleylether
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Ah that's a nice idea. So kind of like a mix between creating a new project and linking it directly. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When you want to create a new project, you can only specify the herd project paths that are configured.
But I like to have my websites on different locations for my projects.
So it would be amazing if you can create a new laravel project trough herd with options like where to create te application and maybe optional input for the host name.
Example:
create project 'my-project' on path ~/development/project_x/ with hostname 'paperplane'
This wil create the laravel project on ~/development/project_x/my-project and wil be available as paperplane.test. But If you leave the hostname blank it tries to create the project my-project.test.
Beta Was this translation helpful? Give feedback.
All reactions