Skip to content

Commit ff1811f

Browse files
committed
composer require easycorp/easyadmin-bundle
1 parent 9f39ec9 commit ff1811f

File tree

8 files changed

+504
-2
lines changed

8 files changed

+504
-2
lines changed

README.md

+19
Original file line numberDiff line numberDiff line change
@@ -270,3 +270,22 @@ et son test unitaire `tests/Controller/HomepageControllerTest.php` :
270270
}
271271
#...
272272
```
273+
## Création du `User`
274+
275+
```bash
276+
php bin/console make:user
277+
> User
278+
> username
279+
> email
280+
> password
281+
> ROLE_USER
282+
```
283+
284+
285+
## chargement de esayadmin
286+
287+
```bash
288+
composer require easycorp/easyadmin-bundle
289+
```
290+
291+
```bash

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"doctrine/doctrine-bundle": "^2.13.1",
1212
"doctrine/doctrine-migrations-bundle": "^3.3.1",
1313
"doctrine/orm": "^3.3.1",
14+
"easycorp/easyadmin-bundle": "^4.22",
1415
"phpdocumentor/reflection-docblock": "^5.6.1",
1516
"phpstan/phpdoc-parser": "^2.0",
1617
"symfony/asset": "7.2.*",

0 commit comments

Comments
 (0)