Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 339 Bytes

File metadata and controls

24 lines (19 loc) · 339 Bytes

Configure

Add the following to the main composer.json

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

Then add the service to config/app.php

Then

php artisan config:cache