opcodesio/log-viewer

Cannot publish config `php artisan log-viewer:publish --tag=config`

khanakia opened this issue · 1 comments

I tried below commands but no config file i see created in my config directory

php artisan log-viewer:publish
php artisan log-viewer:publish  --tag=config

@khanakia hey,

the correct command is:

php artisan vendor:publish --tag=log-viewer-config

The log-viewer:publish only publishes the frontend assets, which is useful when updating the package to a newer version with newer assets.