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