khanakia opened this issue 8 months ago · 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.
log-viewer:publish