Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AfzalSabbir committed Sep 17, 2022
1 parent 5a6ebaf commit 296524a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. \
<sup>_[**Note:** if facing any issue run `php artisan vendor:publish` and find `AfzalSabbir\SlugGenerator\SlugGeneratorServiceProvider` to publish]_</sup>
```php
php artisan vendor:publish --provider="AfzalSabbir\SlugGenerator\SlugGeneratorServiceProvider" --tag="config"
```
Expand Down

0 comments on commit 296524a

Please sign in to comment.