Home > Article > Backend Development > Small Entity Schema
Small Entity Schema is a class schema designer disguised in library in order to integrate any composer project.
It is specialized on Small Swoole Entity Manager ORM entities generation and update.
Your modifications on PHP classes :
will be keep during update process.
composer require small/entity-schema
composer entity-schema-start
and go to your navigator :
http://localhost:5173
composer entity-schema-stop
The above is the detailed content of Small Entity Schema. For more information, please follow other related articles on the PHP Chinese website!