[ReadMe] Add some explanation about the routes/commands overrides
This commit is contained in:
parent
209a3775d4
commit
d20c5e522c
1 changed files with 4 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue