laravel-shift / blueprint

A code generation tool for Laravel developers.
MIT License
2.86k stars 273 forks source link

Failed Installing on newest Laravel #654

Closed sayaamirul closed 10 months ago

sayaamirul commented 10 months ago

Screenshot 2023-12-04 at 11 44 00

Issue:

Installation Failed

jasonmccreary commented 10 months ago

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.

sayaamirul commented 10 months ago

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

jasonmccreary commented 10 months ago

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

sayaamirul commented 10 months ago

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

Patapoof commented 10 months ago

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/