From d20c5e522cb65d76aadd31774fe02fb396e5396f Mon Sep 17 00:00:00 2001 From: Antoine Le Gonidec Date: Thu, 11 Jul 2024 17:38:55 +0200 Subject: [PATCH] [ReadMe] Add some explanation about the routes/commands overrides --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fbe1a73..22cea43 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ git clone https://port.numenaute.org/MMF/freescout-restricted-customers.git Modu ### Edit the application routes -This package does not seem to correctly override the routes of the main application. +Routes set in other modules or in Freescout itself can not be automatically overridden. Overriding them has to be done manually, in the three following files. #### routes/web.php @@ -109,6 +109,9 @@ should be replaced with: ### Edit the artisan commands +Console commands set in other modules or in Freescout itself can not be automatically overridden. +Overriding them has to be done manually, in the following file. + #### app/Console/Kernel.php At the lines 107-108, this: