We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using the laravel template redis fails to start with the error "Failed to configure LOCALE for invalid locale name."
"Failed to configure LOCALE for invalid locale name."
I'm running in fedora 41 and I guess I'm missing that pacakge.
A fix that worked for me was adding it to my packages. I think it might be a good idea to add it to the template too.
modified packages
packages
"packages": { "php81Packages.composer": "latest", "php81Extensions.xdebug": "latest", "php": "8.1", "nodejs": "18", "redis": "latest", "mariadb": "11.4.4", "glibcLocales": { "version": "latest", "platforms": ["x86_64-linux", "aarch64-linux"] } },
devbox create --template laravel
devbox services up
services
{ "packages": [ "php81Packages.composer@latest", "php81Extensions.xdebug@latest", "[email protected]", "nodejs@18", "mariadb@latest", "redis@latest" ], "shell": { "init_hook": [], "scripts": { "create-project": [ "composer create-project laravel/laravel tmp", "mv tmp/* tmp/.* ." ], "db:create": "mysql -u root -e 'CREATE DATABASE laravel;'", "db:migrate": "php artisan migrate", "db:mysql": "mysql -u root -D laravel_test", "serve:dev": "php artisan serve" } } }
0.13.4
2.24.7
Linux (x86-64)
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
Using the laravel template redis fails to start with the error
"Failed to configure LOCALE for invalid locale name."
I'm running in fedora 41 and I guess I'm missing that pacakge.
A fix that worked for me was adding it to my packages. I think it might be a good idea to add it to the template too.
modified
packages
Steps to reproduce
devbox create --template laravel
devbox services up
Command
services
devbox.json
Devbox version
0.13.4
Nix version
2.24.7
What system does this bug occur on?
Linux (x86-64)
Debug logs
No response
The text was updated successfully, but these errors were encountered: