- npm updates

- install vue-loader
- small changes laravel-mix file for vue
This commit is contained in:
Arno Kaimbacher 2021-05-11 16:37:38 +02:00
parent 691d824a4f
commit 367dd328ef
39 changed files with 10126 additions and 9484 deletions

View file

@ -20,7 +20,7 @@ class CreateDocumentFilesTable extends Migration
$table->foreign('document_id')->references('id')->on('documents')
->onUpdate('cascade')->onDelete('cascade');
$table->string('path_name', 50);
$table->string('path_name', 100);
$table->string('label', 50)->nullable();
$table->string('comment', 255)->nullable();
$table->string('mime_type', 255)->nullable();