From f46d08850efdfbb4724122c297c142b483cf3354 Mon Sep 17 00:00:00 2001 From: Nick Yeoman Date: Mon, 3 Apr 2023 20:26:25 -0700 Subject: [PATCH] docs --- docs/Bundles.md | 2 -- docs/Console.md | 4 ++++ docs/Security.md | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/Bundles.md b/docs/Bundles.md index 4f306a8..92c701d 100644 --- a/docs/Bundles.md +++ b/docs/Bundles.md @@ -2,8 +2,6 @@ ## 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 Example: diff --git a/docs/Console.md b/docs/Console.md index 1107092..940050e 100644 --- a/docs/Console.md +++ b/docs/Console.md @@ -8,6 +8,10 @@ Checks the version, support, kernel and php 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 php bin/console security:hash-password diff --git a/docs/Security.md b/docs/Security.md index c717273..90c914b 100644 --- a/docs/Security.md +++ b/docs/Security.md @@ -100,3 +100,4 @@ https://symfony.com/doc/current/security.html#access-control-authorization ## References * https://symfony.com/doc/current/security.html +* https://dev.to/nabbisen/symfony-6-user-authentication-4ek