You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/views/admin/services/packs/edit.blade.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -175,7 +175,7 @@
175
175
@endforeach
176
176
</tbody>
177
177
</table>
178
-
<pclass="text-muted"><small>If you wish to modify or upload a new file it should be uploaded to <code>{{storage_path('app/packs/'.$pack->uuid) }}</code> as either <code>archive.zip</code> or <code>archive.tar.gz</code>.</small></p>
178
+
<pclass="text-muted"><small>If you wish to modify or upload a new file it should be uploaded to <code>{{storage_path('app/packs/'.$pack->uuid) }}</code> as <code>archive.tar.gz</code>.</small></p>
<pclass="text-muted"><small>This package file must either be a <code>.zip</code> or <code>.tar.gz</code> archive of files to use for either building or running this pack.<br /><br />If your file is larger than <code>20MB</code> we recommend uploading it using SFTP. Once you have added this pack to the system, a path will be provided where you should upload the file.
<pclass="text-muted"><small>This package file must be a <code>.tar.gz</code> archive of files to use for either building or running this pack.<br /><br />If your file is larger than <code>20MB</code> we recommend uploading it using SFTP. Once you have added this pack to the system, a path will be provided where you should upload the file.
155
155
This server is currently configured with the following limits: <code>upload_max_filesize={{ini_get('upload_max_filesize') }}</code> and <code>post_max_size={{ini_get('post_max_size') }}</code>. If your file is larger than either of those values this request will fail.</small></p>
0 commit comments