Recommend this page to a friend! |
Download |
Info | Documentation | Screenshots | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not enough user ratings | Total: 80 | All time: 10,110 This week: 131 |
Version | License | PHP version | Categories | |||
nova-logs 1.0 | The PHP License | 5 | PHP 5, Libraries, Content management, L... |
Description | Author | |
This package can display information about logs in Laravel Nova. Innovation Award
|
You can install the package in to a Laravel app that uses Nova via composer:
composer require php-junior/nova-logs
LogViewer support only the daily log channel, so make sure that the LOG_CHANNEL
is set to daily
instead of stack
in your .env
file.
For Laravel 5.5 and below, set this in your .env
file
` APP_LOG=daily `
Next up, you must register the tool with Nova. This is typically done in the tools
method of the NovaServiceProvider
.
// in app/Providers/NovaServiceProvider.php
public function tools()
{
return [
// ...
new \PhpJunior\NovaLogViewer\Tool(),
];
}
Please see CHANGELOG for more information on what has changed recently.
The MIT License (MIT). Please see License File for more information.
Screenshots (3) | ||
Files (33) |
File | Role | Description | ||
---|---|---|---|---|
.circleci (1 file) | ||||
dist (1 directory) | ||||
resources (3 directories) | ||||
routes (1 file) | ||||
src (2 files, 1 directory) | ||||
.editorconfig | Data | Auxiliary data | ||
.eslintrc | Data | Auxiliary data | ||
.prettierrc | Data | Auxiliary data | ||
.styleci.yml | Data | Auxiliary data | ||
CHANGELOG.md | Data | Auxiliary data | ||
composer.json | Data | Auxiliary data | ||
LICENSE.md | Lic. | License text | ||
package.json | Data | Auxiliary data | ||
phpunit.xml.dist | Data | Auxiliary data | ||
README.md | Doc. | Documentation | ||
webpack.mix.js | Data | Auxiliary data | ||
yarn.lock | Data | Auxiliary data |
Files (33) | / | resources |
Files (33) | / | resources | / | js |
File | Role | Description | ||
---|---|---|---|---|
components (1 file, 2 directories) | ||||
plugins (2 files) | ||||
utils (1 file) | ||||
tool.js | Data | Auxiliary data |
Files (33) | / | resources | / | js | / | components |
File | Role | Description | ||
---|---|---|---|---|
Logs (2 files) | ||||
Show (2 files) | ||||
Dashboard.vue | Data | Auxiliary data |
Files (33) | / | resources | / | js | / | components | / | Logs |
File | Role | Description |
---|---|---|
Log.vue | Data | Auxiliary data |
LogsTool.vue | Data | Auxiliary data |
Files (33) | / | resources | / | js | / | components | / | Show |
Files (33) | / | resources | / | js | / | plugins |
File | Role | Description |
---|---|---|
DoughnutChart.js | Data | Auxiliary data |
LineChart.js | Data | Auxiliary data |
Files (33) | / | src |
File | Role | Description | ||
---|---|---|---|---|
Http (2 directories) | ||||
Tool.php | Class | Class source | ||
ToolServiceProvider.php | Class | Class source |
Files (33) | / | src | / | Http | / | Controllers |
File | Role | Description |
---|---|---|
NovaLogViewerController.php | Class | Class source |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
Install with Composer |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.