From 296524aaf30bdfb64328d32fa0c9cd1d4bf52a48 Mon Sep 17 00:00:00 2001 From: Afzalur Rahman Sabbir <39697431+AfzalSabbir@users.noreply.github.com> Date: Sat, 17 Sep 2022 16:04:17 +0600 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b77ae2..0d58b68 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,8 @@ composer require afzalsabbir/slug-generator // ... } ``` -- Publish the config file to customize the slug generation. +- Publish the config file to customize the slug generation. \ + _[**Note:** if facing any issue run `php artisan vendor:publish` and find `AfzalSabbir\SlugGenerator\SlugGeneratorServiceProvider` to publish]_ ```php php artisan vendor:publish --provider="AfzalSabbir\SlugGenerator\SlugGeneratorServiceProvider" --tag="config" ```