From 2f459ec06147bc6dab65d458892ae1ebd03154e7 Mon Sep 17 00:00:00 2001 From: Nafies Luthfi Date: Wed, 27 Jan 2021 11:02:17 +0800 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 690bba9..6ab722a 100644 --- a/readme.md +++ b/readme.md @@ -230,7 +230,7 @@ The generated functional tests will give you examples of how to adapt this code You can configure your own by publishing the config file: ```bash -$ php artisan vendor:publish --provider="Luthfi\CrudGenerator\ServiceProvider" +$ php artisan vendor:publish --provider="Luthfi\CrudGenerator\ServiceProvider" --tag=config ``` That will generate `config/simple-crud.php` file.