Skip to content

Adding Config Tag Publisher

Compare
Choose a tag to compare
@buglinjo buglinjo released this 15 Mar 01:53
· 8 commits to master since this release

Fixes the issue when config file was not being published when using --tab=config flag.

Now both
php artisan vendor:publish --provider="Buglinjo\LaravelWebp\WebpServiceProvider"
and
php artisan vendor:publish --provider="Buglinjo\LaravelWebp\WebpServiceProvider" --tag=config
works correctly and publishes config file.