Skip to content

Commit 872d589

Browse files
committed
Edit composer.json
1 parent 545e2bc commit 872d589

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# [WIP] Nova Log Viewer
22

3-
[![Latest Stable Version](https://poser.pugx.org/php-junior/nova_logs/v/stable)](https://packagist.org/packages/php-junior/nova_logs)
4-
53
![screenshot 1](1.png)
64

75
![screenshot 2](2.png)
@@ -13,7 +11,7 @@
1311
You can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:
1412

1513
```bash
16-
composer require php-junior/nova_logs
14+
composer require php-junior/nova-logs
1715
```
1816

1917
**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.

composer.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
{
2-
"name": "php-junior/nova_logs",
2+
"name": "php-junior/nova-logs",
33
"description": "Provides a Log Viewer for Laravel Nova",
44
"keywords": [
55
"laravel",
6-
"nova",
7-
"log"
6+
"nova"
87
],
98
"license": "MIT",
109
"authors": [
1110
{
1211
"name": "Nyi Nyi Lwin",
13-
"email": "[email protected]",
14-
"role": "Developer"
12+
"email": "[email protected]"
1513
}
1614
],
1715
"require": {

0 commit comments

Comments
 (0)