소개
The api-entity skill automates the process of creating and maintaining database models within Symfony applications. It ensures all entities adhere to the StarterKit pattern by automatically extending the BaseEntity class, configuring repository mappings, and setting up serialization groups for controlled API output. This skill streamlines backend development by handling complex relationship mappings and providing a standardized template for getters, setters, and column types, while also integrating schema update triggers to keep your database in sync with your code.