concretecms / composer

Concrete CMS Composer base.
MIT License
34 stars 23 forks source link

Readme: Fix bin filename in vendor which is concrete5 #49

Closed core77 closed 11 months ago

core77 commented 11 months ago

You can run ./public/concrete/bin/concrete but within the vendor folder the bin file's name is "concrete5".

mlocati commented 11 months ago

Since version 9, the more appropriate bin file is concrete, not concrete5

mlocati commented 11 months ago

So, we should fix the underlying issue instead (that is, add concrete to the vendor/bin folder)

mlocati commented 11 months ago

https://github.com/concretecms/concretecms/pull/11813 fixes this issue

KorvinSzanto commented 11 months ago

Thanks for pointing out this issue @core77