Skip to content

ayarii/Symfony

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✌️ Symfony Project

Academic project using Symfony Framework

👉 create controller: php bin/console make:controller

👉 create new Data Base: php bin/console doctrine:database:create

👉 drop DB: php bin/console doctrine:database:drop --force

👉 create entity: php bin/console make:entity

👉 create migration: php bin/console make:migration, php bin/console doctrine:migrations:migrate

👉 create form: php bin/console make:form