-
Notifications
You must be signed in to change notification settings - Fork 11
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
Compatibility with BLT 13.7 #16
Comments
Not sure if it helps, but I have PRs open that may solve this: You could use my versions by doing: |
If they work could you comment on the PRs to help get them approved, please |
It didn't work for me initially, but I found success using the following solution: https://github.com/thegbomb/blt-ddev. Additionally, I had to include composer require lcatlett/blt-ddev. Without this package, the blt recipes:ddev command was not accessible. I will share the detailed steps I followed to set up Drupal 10 locally with BLT. I've uploaded the entire repository to my GitHub account, and it might prove useful for developers encountering challenges during the setup process. Repository link: https://github.com/prashantdsala/drupalblt I want to express my special thanks to @thegbomb for raising this issue and proving fixes here and in this Thank you. |
I used these steps to setup Drupal 10 with DDEV and setup BLT locally: https://gist.github.com/prashantdsala/192b25a7d6dbfe00240f4d3099f3319c Hope it will help devs having struggle to setup. |
Sorry, you've tested things at a slightly weird moment. I have recently released my own fork, which is why Prior to this week the d10 branch needed to be applied to the lcatlett repo. I have updated the commands so that they all work without the lcatlett version.. Still hoping that the original gets updated as there being only one version out in the world would be good, but I'll continue to try to keep my verison up to date until the lcatlett version get updated to work with D10 etc. This should work now:
|
Hit there: seems like this package isn't compatible with BLT 13 and above:
"conflict": {
"acquia/blt": "<=12.5.1"
}
Is there any likelihood of this being resolved in the near term? Cheers.
The text was updated successfully, but these errors were encountered: