Skip to content

survey_add

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

survey:add

Name

survey:add - Artisan command to add a new survey to the database.

Synopsis

php artisan survey:add [machineID]

Description

This command is used to add a new survey for a machine. [machineID] is the database ID number for the machine to add a survey for, and is an optional argument. If [machineID] is not provided, the user is prompted to enter the machine description into a search box and select from the filtered list of machines.

Clone this wiki locally