-
Notifications
You must be signed in to change notification settings - Fork 1
surveyrep_add
Eugene Mah edited this page Oct 18, 2023
·
2 revisions
surveyreport:add - Artisan command used to upload a survey report to the database.
php artisan surveyreport:add [surveyID] [report_file]
This artisan command is used to upload a survey report (PDF) for a particular survey ID. [surveyID]
and [report_file]
are required arguments.
[surveyID]
is the survey ID that the uploaded survey report will be associated with.
[report_file]
is the file name of the PDF file to be uploaded. The file name should be provided with the relative or absolute path of the file (i.e. ./report_file.pdf
or /path/to/report_file.pdf
.