Skip to content

Commit

Permalink
improving readme
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoarandah committed Dec 13, 2017
1 parent eaf2a12 commit d3fe1cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@ https://github.com/Laravel-Backpack/Base

## Installation

composer require arcanedev/log-viewer
php artisan log-viewer:publish --tag=config

composer require eduardoarandah/backpacklogviewer

php artisan log-viewer:publish --tag=config
php artisan vendor:publish --provider="EduardoArandaH\BackpackLogViewer\BackpackLogViewerServiceProvider"

This will install packages and required views in resources/views/vendor/log-viewer
This will install views in resources/views/vendor/log-viewer and config file config/log-viewer.php

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"require": {
"illuminate/support": "~5.1",
"arcanedev/log-viewer": "4.*",
"arcanedev/log-viewer": "~4.4",
"php":">=7.0"
},
"require-dev": {
Expand Down

0 comments on commit d3fe1cb

Please sign in to comment.