vinkla / laravel-hashids

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

Readme update :) #119

Closed dansleboby closed 4 years ago

dansleboby commented 4 years ago

Replace publish

php artisan vendor:publish --provider="Vinkla\Hashids\HashidsServiceProvider"

Instead of

php artisan vendor:publish

Because we only want to publish the config of your package

vinkla commented 4 years ago

Thanks but this has already been up for discussion before (#24, #29).