Files
symfony-flex-recipes/league/oauth2-server-bundle/1.2/post-install.txt
T

9 lines
484 B
Plaintext

1. <bg=magenta;fg=white> Provide a key pair </>
* Generate a private/public key pair by running</> <comment>php bin/console league:oauth2-server:generate-keypair</>
2. <bg=magenta;fg=white> Update the database schema </>
* Update your database schema so that bundle entities can be managed by Doctrine
3. <bg=magenta;fg=white> Read the docs </>
* Read the documentation at <comment>https://github.com/thephpleague/oauth2-server-bundle/blob/master/docs/index.md</>