Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 744 Bytes

commands.md

File metadata and controls

25 lines (17 loc) · 744 Bytes

Commands

The bundle includes two commands to help you get started. Both commands require the symfony generator bundle to be enabled.

Generate Image entity

Generates a Doctrine image entity you can use and/or modify for your own needs.

php bin/console responsive_image:generate:entity

Generate Image Entity crud

Generates CRUD for the entity above.

php bin/console responsive_image:generate:crud

Generated code includes: