Skip to content

Instantly share code, notes, and snippets.

@fhulufhelo
Last active March 19, 2020 15:05
Show Gist options
  • Save fhulufhelo/34babeaefb40d8ff55e690980a3537cd to your computer and use it in GitHub Desktop.
Save fhulufhelo/34babeaefb40d8ff55e690980a3537cd to your computer and use it in GitHub Desktop.
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