Skip to content

Commit

Permalink
Create livewire.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dsbilling committed Jul 17, 2023
1 parent 3f6607e commit 09f5a28
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/livewire.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

return [
'temporary_file_upload' => [
'rules' => 'file|max:100000', // (100MB max, and only pngs, jpegs, and pdfs.)
],
];

0 comments on commit 09f5a28

Please sign in to comment.