Skip to content

Commit 481b34a

Browse files
committed
chore: changed readme
1 parent 11ec62b commit 481b34a

File tree

2 files changed

+36
-6
lines changed

2 files changed

+36
-6
lines changed

README.md

Lines changed: 32 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
1-
# STILL IN DEVELOPMENT
2-
installation:
1+
# Laravel PDF manager
32

3+
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
4+
[![Total Downloads](https://img.shields.io/packagist/dt/joaovdiasb/laravel-pdf-manager.svg?style=flat-square)](https://packagist.org/packages/joaovdiasb/laravel-pdf-manager)
5+
6+
7+
## Installation
8+
9+
Install via composer
10+
```bash
11+
composer require joaovdiasb/laravel-multi-tenancy
12+
```
13+
14+
## Configuration
15+
16+
You can optionally change the default values used by publishing the vendor
417
```bash
5-
composer require joaovdiasb/laravel-pdf-manager
18+
php artisan vendor:publish --provider="Joaovdiasb\LaravelPdfManager\LaravelPdfManagerServiceProvider"
619
```
720

8-
example of usage:
21+
## Usage
922

1023
```php
1124
(new PdfManager)->setHeader(view('pdf.header'))
@@ -16,4 +29,18 @@ example of usage:
1629
->save('documents');
1730
```
1831

19-
Output PDF <a href="https://github.com/joaovdiasb/laravel-pdf-manager/blob/master/assets/document-example.pdf" target="_blank">LINK HERE</a>
32+
Output PDF <a href="https://github.com/joaovdiasb/laravel-pdf-manager/blob/master/assets/document-example.pdf" target="_blank">LINK HERE</a>
33+
34+
## Contributing
35+
36+
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
37+
38+
39+
## Security
40+
41+
If you discover any security-related issues, please email j.v_dias@hotmail.com instead of using the issue tracker.
42+
43+
44+
## License
45+
46+
The MIT License (MIT). Please see [License File](/LICENSE.md) for more information.

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"type": "library",
55
"license": "MIT",
66
"keywords": [
7+
"laravel-pdf-manager",
8+
"laravel pdf",
9+
"dompdf",
10+
"pdf service"
711
],
812
"authors": [
913
{
@@ -19,7 +23,6 @@
1923
},
2024
"require-dev": {
2125
"illuminate/support": "^8.0",
22-
"doctrine/dbal": "^3.0",
2326
"mockery/mockery": "^1.0",
2427
"nunomaduro/collision": "^4.0",
2528
"orchestra/database": "^6.0",

0 commit comments

Comments
 (0)