devsmine/log-viewer

Log Viewer

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:HTML

v1.1 2019-10-18 18:54 UTC

This package is auto-updated.

Last update: 2024-05-20 04:20:11 UTC


README

Add the following to the main composer.json

"repositories": [
    {
        "type": "path",
        "version": "dev-master",
        "url": "/home/nghi/log-viewer"
    }
],
"require": [
    "devsmine/log-viewer": "dev-master",
]

Then add the service to config/app.php

Then

php artisan config:cache