Skip to content

Latest commit

 

History

History
47 lines (24 loc) · 1.19 KB

File metadata and controls

47 lines (24 loc) · 1.19 KB

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 :

View all

Show Product :

show product

Delete Product :

delete product

Product Deleted :

product deleted

Add Product :

add product

Product Added :

added