Skip to content

Instantly share code, notes, and snippets.

@ivanstan
Last active March 16, 2020 18:35
Show Gist options
  • Save ivanstan/1b8a6d65b35bc5848e50747db730ba9a to your computer and use it in GitHub Desktop.
Save ivanstan/1b8a6d65b35bc5848e50747db730ba9a to your computer and use it in GitHub Desktop.
symfony new [%project_name%] --full
cd [%project_name%]
composer require symfony/mailer
composer require symfony/security-bundle
composer require symfony/orm-pack
composer require annotations
composer require symfony/validator doctrine/annotations
composer require myclabs/php-enum
composer require --dev orm-fixtures
mkdir src/Command
cd src/Command
wget https://gist.githubusercontent.com/ivanstan/f14a0ae184e4b0ffa0cb2908ba1faafb/raw/60eabad3b5a3f123537a1bc29b0c9266028f869f/DoctrineReloadCommand.php
wget https://gist.githubusercontent.com/ivanstan/eb1c1da841029202c834e5ab44161124/raw/b44bcf470f003eedf956ab32fcd7401a9565344e/UserCreateCommand.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment