Skip to content
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

Create a new project in the current directory using "laravel new ." #99

Merged
merged 1 commit into from
Oct 15, 2019
Merged

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