jcc / laravel-vote

:tada: The package helps you to add user based vote system to your model.
MIT License
137 stars 15 forks source link

Publishing complete. #8

Closed WXiangQian closed 5 years ago

WXiangQian commented 5 years ago

执行完命令 php artisan vendor:publish --provider="Jcc\LaravelVote\VoteServiceProvider" --tag="migrations" 提示:Publishing complete. 这是什么情况呢

WXiangQian commented 5 years ago

php artisan config:clear以后修复了