Last active
March 16, 2020 18:35
-
-
Save ivanstan/1b8a6d65b35bc5848e50747db730ba9a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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