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

fresh install laravel 11 using bash don't remove comment from dotenv DB_DATABASE #681

Closed
ivenspontes opened this issue Mar 12, 2024 · 4 comments
Assignees
Labels

Comments

@ivenspontes
Copy link

ivenspontes commented Mar 12, 2024

Sail Version

1.29.0

Laravel Version

11.0.3

PHP Version

8.3

Operating System

Linux

OS Version

24.04

Description

When i try to install with curl -s "https://laravel.build/test" | bash
In .env changes to # DB_DATABASE=test

but this line

suppose to be # DB_DATABASE=laravel to remove comment

Steps To Reproduce

install laravel with curl -s "https://laravel.build/test" | bash command

@driesvints
Copy link
Member

Tried this out. It removed the comment for me.

@sotten
Copy link

sotten commented Mar 14, 2024

@driesvints I can also reproduce the reported error under Ubuntu 22.04 from ivenspontes.

@driesvints
Copy link
Member

I need a way to reproduce this.

@vita10gy
Copy link

Noob here who might just not understand something, but as far as I can tell it also still pulls mysql but then seems to be in no mans land on neither that or the new sqllite-as-default just working out of the box.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants