PHP Classes

File: resources/js/tool.js

Recommend this page to a friend!
  Packages of Nyi Nyi Lwin   Laravel Nova Log Viewer   resources/js/tool.js   Download  
File: resources/js/tool.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Nova Log Viewer
Display information about logs in Laravel Nova
Author: By
Last change: Adding Laravel Nova 4 Support

Please consider publishing this as v2.0.0
fixes PHPJunior/nova-logs#45

By default the routes from `arcanedev/log-viewer` will be disabled by
overriding a config value. This behaviour can be disabled in this
package's config file.
fixes PHPJunior/nova-logs#36
Date: 8 months ago
Size: 281 bytes
 

Contents

Class file image Download
import Dashboard from './pages/Dashboard'; import LogsTool from './pages/LogsTool'; import ShowLogs from './pages/ShowLogs'; Nova.booting((app, store) => { Nova.inertia('NovaLogs', Dashboard); Nova.inertia('LogsTool', LogsTool); Nova.inertia('ShowLogs', ShowLogs); })