Skip to content

lut_edit

Eugene Mah edited this page Oct 18, 2023 · 4 revisions

lut:edit

Name

lut:edit - Artisan command to edit an entry in the specified lookup table

Synopsis

php artisan lut:edit [table]

Description

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.

Clone this wiki locally