vendor:publish states Nothing to Publish
mattclements opened this issue · 3 comments
mattclements commented
php artisan vendor:publish --provider=rigor789/airbrake-laravel
Nothing to publish.
rigor789 commented
Do you have an airbrake.php in your configs folder? If all fails, just create it manually, and put these in there: https://github.com/rigor789/airbrake-laravel/blob/master/src/config/airbrake.php
mattclements commented
Thanks - didn't have airbrake.php in my config folder; just copied manually which works - thanks!
adamtester commented
I got the same error, but thanks for the fix