From 4cf7d7f4ca23c29b14fd48ae24411837e6df7a72 Mon Sep 17 00:00:00 2001 From: Globerada Date: Mon, 7 Nov 2022 17:21:45 +0100 Subject: [PATCH] Update README.md imports() referenced in createNewImport. It is needed to add trait to user model. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5b99f26..bbdfae0 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,8 @@ php artisan vendor:publish --tag="csv-migrations" php artisan migrate ``` +Add trait **HasCsvImports** to your User model. + Publish the config file with: ```bash