No publishable resources for tag [currency-amount-converter]. #92
-
I'm trying to publish the config files of my package. I got this error when running:
No publishable resources for tag [currency-amount-converter]. Also does not exist in publish:
I'm using latest Laravel version. Here is the source code of the package, https://github.com/isaacdarcilla/currency-amount-converter Can someone identify the issue that I might be overlooking? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You are overwriting laravel-package-tools/src/PackageServiceProvider.php Lines 46 to 48 in d7ea4f7 Also look at this laravel-package-tools/src/PackageServiceProvider.php Lines 139 to 141 in d7ea4f7 |
Beta Was this translation helpful? Give feedback.
You are overwriting
boot
, changeboot
tobootingPackage
laravel-package-tools/src/PackageServiceProvider.php
Lines 46 to 48 in d7ea4f7
Also look at this
laravel-package-tools/src/PackageServiceProvider.php
Lines 139 to 141 in d7ea4f7