Conductor is a CLI tool to automate the installation of a Laravel application server complete with a CLI tool (conductor) to help deploy and manage multiple web applications on the server with ease.
MIT License
5
stars
1
forks
source link
Allow customisable home directory path on 'conductor new {app}' command. #6
Currently a user can create a new application however it always add 'public/' directory for the hosting root.
Personally as I also use this tool for hosting other sites (Wordress blogs) it would be beneficial to have it so the user is prompted for the path URL (by default it should set it to /public/) but allows the user to set '/' (base directory) instead if they wish.
This is now implemented and is asked during application deployment or alternatively set when using the --path="/custom-root-path" argument when using the non-interactive mode.
Currently a user can create a new application however it always add 'public/' directory for the hosting root.
Personally as I also use this tool for hosting other sites (Wordress blogs) it would be beneficial to have it so the user is prompted for the path URL (by default it should set it to /public/) but allows the user to set '/' (base directory) instead if they wish.