Vendor:Publish - Nothing to publish for tag [] - Only on production server

后端 未结 2 385
轻奢々
轻奢々 2020-12-28 16:01

I am using a third party library and locally, I installed everything using the steps that they provided.

  1. I ran composer require
相关标签:
2条回答
  • 2020-12-28 16:20

    are you using cached config files ? try using

    php artisan config:clear
    

    and retry

    php artisan vendor:publish
    
    0 讨论(0)
  • 2020-12-28 16:31

    You have to save all for the project before (php artisan vendor:publish).

    0 讨论(0)
提交回复
热议问题