opcodesio / log-viewer

Fast and beautiful Log Viewer for Laravel
https://log-viewer.opcodes.io
MIT License
3.39k stars 237 forks source link

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

Closed khanakia closed 2 months ago

khanakia commented 2 months ago

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
arukompas commented 2 months ago

@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.