Inventory-Crud-Example Crud PHP Symfony Commands used : php bin/console doctrine:database:create php bin/console make:entity php bin/console make:migration php bin/console doctrine:migrations:migrate composer require stof/doctrine-extensions-bundle php bin/console make:crud product composer update symfony serve -d Screenshots : View all : Show Product : Delete Product : Product Deleted : Add Product : Product Added :