* Your admin is almost ready: 1. Install the JavaScript dependencies by running npm add @api-platform/admin @babel/preset-react 2. Edit webpack.config.js and uncomment the following lines: Encore // ... .enableReactPreset() .addEntry('admin', './assets/js/admin.js') * Mark entities you want in the admin with the @ApiResource annotation, it appears in the admin! * Using MakerBundle? Try php bin/console make:entity --api-resource