From c938b5eadbc8d0f1cd5660034d9b803e99102a6e Mon Sep 17 00:00:00 2001 From: Vildan Bina Date: Mon, 30 Jan 2023 10:32:17 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a92be0a..c05c4ea 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ composer require vildanbina/laravel-model-json ## Usage -# Import +# Export The command to export data from a model is `php artisan model:export {model}`, where `{model}` is the class name of the model you wish to export. After running this command, the data will be automatically saved in the `storage/app` folder.