Skip to content

machine_edit

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

machine:edit

Name

machine:edit - Artisan command to edit a machine in the database.

Synopsis

php artisan machine:edit [machineID]

Description

This Artisan command is used to edit the details of a machine. [machineID] is the database ID number of the machine to edit and is an optional argument. If [machineID] is not provided, a search box is provided to the user to search for the description of the machine to edit.

When the machine is selected, the user is prompted to edit each attribute of the machine. The current value is used as the default.

Clone this wiki locally