diff --git a/src/NewCommand.php b/src/NewCommand.php index 9a47e81a..e7df3492 100644 --- a/src/NewCommand.php +++ b/src/NewCommand.php @@ -108,7 +108,7 @@ protected function execute(InputInterface $input, OutputInterface $output) if ($name !== '.') { $this->replaceInFile( 'APP_URL=http://localhost', - 'APP_URL=http://'.$name.'.test', + 'APP_URL=http://'.strtolower($name).'.test', $directory.'/.env' );