atk4 / mastercrud

Manipulates ATK CRUD through the force of references
https://atk4.org
MIT License
9 stars 7 forks source link

Composer installation of mastercrud errors: #12

Closed rapgithub closed 6 years ago

rapgithub commented 6 years ago

None of the below installation are correct...something is missing...

Installing mastercrud gives me the error:

[InvalidArgumentException]
Could not find a matching version of package atk4masterCRUD. Check the pack
age spelling, your version constraint and that the package is available in
a stability which matches your minimum-stability (stable).

Installing atk4crudception gives me the error:

[InvalidArgumentException]
Could not find a matching version of package atk4crudception. Check the pac
kage spelling, your version constraint and that the package is available in
a stability which matches your minimum-stability (stable).

any tips for installation without this errors!!

rapgithub commented 6 years ago

errors fixed!! the documentation is not written correctly installation must be with slash forward not backward!!!

like this composer require atk4/mastercrud

finally I got it working!!! better to change the documentation texts and put the slash forward ...

thanks

rapgithub commented 6 years ago

but composer require atk4\crudception or composer require atk4/crudception does not work yet problem as above!!

[InvalidArgumentException]
Could not find a matching version of package atk4crudception. Check the pac
kage spelling, your version constraint and that the package is available in
a stability which matches your minimum-stability (stable).

romaninsh commented 6 years ago

I have cleaned up readme and changed slash.