mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Add post-install reminder to add PSR 7/17 package
This commit is contained in:
@@ -14,5 +14,9 @@
|
||||
3. <question>Update the database</>
|
||||
* Update the database so bundle entities can be persisted using Doctrine: <comment>bin/console doctrine:schema:update --force</>
|
||||
|
||||
4. <question>Read the docs</>
|
||||
4. <question>Install a PSR 7/17 implementation</>
|
||||
i) Require a PSR 7/17 implementation. We recommend that you use nyholm/psr7.
|
||||
ii) (Optional) Choose a different implementation package: https://github.com/trikoder/oauth2-bundle/blob/v2.x/docs/psr-implementation-switching.md
|
||||
|
||||
5. <question>Read the docs</>
|
||||
* Read the documentation at <comment>https://github.com/trikoder/oauth2-bundle/blob/v2.x/docs/basic-setup.md</>
|
||||
|
||||
Reference in New Issue
Block a user