8000 Reworded bundle requirement · symfony/symfony-docs@b6f921b · GitHub
[go: up one dir, main page]

Skip to content

Commit b6f921b

Browse files
committed
Reworded bundle requirement
1 parent 1b4c1c8 commit b6f921b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

cookbook/security/entity_provider.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,14 @@ Finally, the tutorial will demonstrate how to create a custom
2525
:class:`Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider` object to
2626
retrieve users from a database with custom conditions.
2727

28-
This tutorial assumes there is a bootstrapped and loaded
29-
``Acme\UserBundle`` bundle in the application kernel.
28+
.. sidebar:: Code along with the Example
29+
30+
If you want to follow along with the example in this chapter, create
31+
an AcmeUserBundle via:
32+
33+
.. code-block:: bash
34+
35+
$ php app/console generate:bundle --namespace=Acme/UserBundle
3036
3137
The Data Model
3238
--------------

0 commit comments

Comments
 (0)
0