Skip to content

Conversation

@SjorsO
Copy link
Contributor

@SjorsO SjorsO commented Oct 15, 2019

If you want to create a new laravel project in an existing directory, you have to use laravel new (without a path). If you try using laravel new ., like you would with most command line utilities, you get an error "Application already exists!".

This PR makes it possible to create a new laravel project in the current directory using laravel new .

@taylorotwell taylorotwell merged commit 28bec50 into laravel:master Oct 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants