vinkla / laravel-hashids

A Hashids bridge for Laravel
MIT License
2k stars 173 forks source link

Add publish tag #169

Closed abordage closed 2 years ago

abordage commented 2 years ago

Specifying the tag allows you to publish the configuration using the command:

php artisan vendor:publish --tag="hashids-config"
vinkla commented 2 years ago

Thanks for the suggestion Pavel! At this time we'll keep the current behaviour.