docs
This commit is contained in:
parent
42a6e0734a
commit
f46d08850e
@ -2,8 +2,6 @@
|
|||||||
|
|
||||||
## How to Create a bundle
|
## How to Create a bundle
|
||||||
|
|
||||||
First we are going to get the bundle functioning in an existing project, then move it to composer/packigst.
|
|
||||||
|
|
||||||
### Create files and directories
|
### Create files and directories
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
@ -8,6 +8,10 @@ Checks the version, support, kernel and php
|
|||||||
|
|
||||||
php bin/console --version
|
php bin/console --version
|
||||||
|
|
||||||
|
## Routes
|
||||||
|
php bin/console debug:router
|
||||||
|
* [Visualize and Debug routes in Symfony](https://symfony.com/doc/4.1/routing/debug.html)
|
||||||
|
|
||||||
## Manually hash a password
|
## Manually hash a password
|
||||||
|
|
||||||
php bin/console security:hash-password
|
php bin/console security:hash-password
|
||||||
|
@ -100,3 +100,4 @@ https://symfony.com/doc/current/security.html#access-control-authorization
|
|||||||
## References
|
## References
|
||||||
|
|
||||||
* https://symfony.com/doc/current/security.html
|
* https://symfony.com/doc/current/security.html
|
||||||
|
* https://dev.to/nabbisen/symfony-6-user-authentication-4ek
|
||||||
|
Reference in New Issue
Block a user