Publishing vendor config fails due to invalid path.
Closed this issue ยท 0 comments
mattsims commented
php artisan vendor:publish --tag=repoist-config
results in the following error:
Can't locate path: </foo/bar/vendor/ozankurt/repoist/src/config/package.php>
This is because the config file in the package is named repoist.php
, not package.php
.
PR coming your way ๐