-
-
Notifications
You must be signed in to change notification settings - Fork 197
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
composer create is not working #1288
Comments
Do you have SQLite support on your environment? |
What OS are you using? |
Windows |
I don't think so |
You're paying for a remote server that's running Windows? Windows is really only supported for local development, running it as a production server for a PHP application is a bit wild... |
@AIC-BV I had the same problem with Windows Os. I'm always forced to run a second installation with the --force option ( It seems that composer on Windows can't run interactive commands. So what have been put in place to simplify WinterCMS installation for Linux and Mac Os users, complicates it for the minority of Windows users. |
Oh no the remote server is Linux |
You are right, manually doing the |
Winter CMS Build
dev-develop
PHP Version
8.1
Database engine
MySQL/MariaDB
Plugins installed
No response
Issue description
I am trying to set up a new sideproject using the following command from the WinterCMS website:
composer create-project wintercms/winter my-project
This works untill the command runs
php artisan winter:install
There is no option to select a database type and errors will be spammed untill it crashes.
Operation System: Windows
PHP version: PHP 8.2.11 (cli) (built: Sep 26 2023 15:25:14) (NTS Visual C++ 2019 x64)
Steps to replicate
composer create-project wintercms/winter my-project
Workaround
No response
The text was updated successfully, but these errors were encountered: