Last active
March 19, 2020 15:05
-
-
Save fhulufhelo/34babeaefb40d8ff55e690980a3537cd 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
Installation | |
symfony new morecorp --full | |
cd morecorp | |
symfony server:start | |
Databases and the Doctrine ORM | |
composer require symfony/orm-pack | |
composer require --dev symfony/maker-bundle | |
Installation Trikoder OAuth 2 Bundle | |
composer require trikoder/oauth2-bundle nyholm/psr7 | |
composer require symfony/security-bundle | |
php bin/console make:user | |
php bin/console make:migration | |
php bin/console doctrine:migrations:migrate | |
php bin/console make:auth | |
php bin/console make:registration-form | |
php bin/console trikoder:oauth2:create-client --grant-type=authorization_code --redirect-uri=http://127.0.0.1:3000/callback --scope=read | |
php bin/console make:controller | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment