rigor789/airbrake-laravel

vendor:publish states Nothing to Publish

mattclements opened this issue · 3 comments

php artisan vendor:publish --provider=rigor789/airbrake-laravel
Nothing to publish.

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

Thanks - didn't have airbrake.php in my config folder; just copied manually which works - thanks!

I got the same error, but thanks for the fix