PHP Classes

File: config/nova-logs.php

Recommend this page to a friend!
  Packages of Nyi Nyi Lwin   Laravel Nova Log Viewer   config/nova-logs.php   Download  
File: config/nova-logs.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Laravel Nova Log Viewer
Display information about logs in Laravel Nova
Author: By
Last change:
Date: 10 months ago
Size: 145 bytes
 

Contents

Class file image Download
<?php

return [
   
'log-viewer' => [
       
'force_disable_routing' => true, // see https://github.com/PHPJunior/nova-logs/issues/36
   
],
];