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

Linux /tmp/ treated as relative path #374

Open
ellnix opened this issue Dec 11, 2024 · 0 comments
Open

Linux /tmp/ treated as relative path #374

ellnix opened this issue Dec 11, 2024 · 0 comments

Comments

@ellnix
Copy link
Contributor

ellnix commented Dec 11, 2024

Installer Version

5.11

Description

Running

laravel new /tmp/my_app

creates a laravel app in ./tmp/my_app.

In Linux, paths starting in / are absolute paths, and it's very common for users to create quick demos in their /tmp/ directory (since it gets automatically cleared periodically).

composer create-project --prefer-dist laravel/laravel /tmp/my_app does not have this issue.

Steps To Reproduce

Simply run laravel new /tmp/my_app.

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

No branches or pull requests

1 participant