propelorm / Propel2

Propel2 is an open-source high-performance Object-Relational Mapping (ORM) for modern PHP
http://propelorm.org/
MIT License
1.26k stars 399 forks source link

Propel not working #1820

Open AyindeAA opened 2 years ago

AyindeAA commented 2 years ago

I followed the documentation of the Propel2: in the command line, I type propel init, it shows
Command "init" is not defined. Am using php8.1 I have installed all dependencies using composer. But still not working. I love this package. Screenshot from 2022-01-07 08-37-24 Screenshot from 2022-01-07 08-40-02

mringler commented 2 years ago

You have to pass "init" or "sql:build" as option to the propel command, i.e. enter./propel init instead of just init

AyindeAA commented 2 years ago

Screenshot from 2022-01-08 07-49-25 That is what I type it still shows the same thing.

mringler commented 2 years ago

Right, sorry, I misinterpreted your prompt. Does propel list work? What version do you get from propel --version?

AyindeAA commented 2 years ago

The version is Propel 2.0.0-dev. My Php Version PHP8.0 Screenshot from 2022-01-08 11-31-51 propel list gives the output above.

dereuromark commented 1 year ago

Can we close this? Doesnt look like an issue with propel itself.