Skip to content

surveyrep_add

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

surveyreport:add

Name

surveyreport:add - Artisan command used to upload a survey report to the database.

Synopsis

php artisan surveyreport:add [surveyID] [report_file]

Description

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.

Clone this wiki locally