laravel-shift/blueprint

Failed Installing on newest Laravel

Closed this issue · 5 comments

Screenshot 2023-12-04 at 11 44 00

  • Laravel Version: 10.34.2
  • PHP Version: 8.2.2
  • Blueprint Version: latest
  • Platform: Mac | Windows

Issue:

Installation Failed

Are you running a symfony package in v7? If so, that's the conflict. As far as I can see, Laravel does not require v7 yet. So neither does Blueprint.

Are you running a symfony package in v7? If so, that's the conflict. As far as I can see, Laravel does not require v7 yet. So neither does Blueprint.

just fresh laravel installation and then install blueprint got that message

You haven't included the command you ran to install Blueprint, but my guess would be appending -W will solve your issue.

You haven't included the command you ran to install Blueprint, but my guess would be appending -W will solve your issue.

composer require --dev laravel-shift/blueprint just used command on documention page,

yes after appending -W its solved the issues, thank you @jasonmccreary

Thanks for correcting the README.md to mention the -W flag, but there is another documentation which isn't updated, the one the majority of users will use, because Google:
https://blueprint.laravelshift.com/docs/installation/