Skip to content

lut_add

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

lut:add

Name

lut:add - Artisan command to add an entry to a lookup table.

Synopsis

php artisan lut:add [table]

Description

Add an entry to one of the lookup tables in the database. [table] is a required argument and is one of the items in the list below.

The lookup tables are:

  • location
  • manufacturer
  • modality
  • tester
  • testtype

Clone this wiki locally