Skip to content

Instantly share code, notes, and snippets.

@SumonMSelim
Created December 19, 2018 01:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SumonMSelim/3558a0b38fd0ca8dccdfa383bed4cebd to your computer and use it in GitHub Desktop.
Save SumonMSelim/3558a0b38fd0ca8dccdfa383bed4cebd to your computer and use it in GitHub Desktop.
Bootstrapping A Symfony Project
# PHP annotations support for route 🚀
composer require annotations
# Symfony maker bundle added for quick development 📦
composer require symfony/maker-bundle --dev
# For database
composer require symfony/orm-pack
# Security 👮
composer require symfony/security-bundle
# Fixtures
composer require doctrine/doctrine-fixtures-bundle --dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment