-
Notifications
You must be signed in to change notification settings - Fork 1
lut_edit
Eugene Mah edited this page Oct 18, 2023
·
4 revisions
lut:edit - Artisan command to edit an entry in the specified lookup table
php artisan lut:edit [table]
This Artisan command is used to edit an entry in the lookup table specified by [table]
. [table] is a required argument and is one of the items in the list below.
The lookup tables are:
- location
- manufacturer
- modality
- tester
- testtype
The lookup table entry is selected, and a prompt is shown to enter the new value. Upon confirming the edit, the program exits and returns to the command line.