-
Notifications
You must be signed in to change notification settings - Fork 1
machine_edit
Eugene Mah edited this page Oct 18, 2023
·
3 revisions
machine:edit - Artisan command to edit a machine in the database.
php artisan machine:edit [machineID]
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.