Skip to content

Commit

Permalink
docs: add publishing config file command to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
erfansahaf authored and niklasravnsborg committed Oct 8, 2017
1 parent 0b3cff0 commit 0b5540c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ To start using Laravel, add the Service Provider and the Facade to your `config/
]
```

Now, you should publish package's config file to your config directory by using following command:

```sh php artisan vendor:publish```

## Basic Usage

To use Laravel PDF add something like this to one of your controllers. You can pass data to a view in `/resources/views`.
Expand Down

0 comments on commit 0b5540c

Please sign in to comment.