This commit is contained in:
Nick Yeoman 2023-04-03 20:26:25 -07:00
parent 42a6e0734a
commit f46d08850e
3 changed files with 5 additions and 2 deletions

View File

@ -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:

View File

@ -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

View File

@ -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