KABBOUCHI / nova-logs-tool

A Laravel Nova tool to manage and keep track of each one of your logs files.
MIT License
73 stars 17 forks source link

env NOVA_LOGS_PER_PAGE not work #7

Closed bolechen closed 5 years ago

bolechen commented 5 years ago

https://github.com/KABBOUCHI/nova-logs-tool/blob/f1103d632ca8ae6377bc9bf8dd113b1e3dedb4d6/src/Http/Controllers/LogsController.php#L31

I saw this line have an pagesize config use the env helper, but when laravel run at production environment usually use php artisan config:cache, when the config is cached, the NOVA_LOGS_PER_PAGE config is not woks.

Ref is Laravel doc here https://laravel.com/docs/5.8/configuration#configuration-caching