Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
24aitor committed Apr 22, 2017
1 parent d27f0be commit 3b69f53
Showing 1 changed file with 41 additions and 10 deletions.
51 changes: 41 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,48 @@
# PDF

## Information
<p align="center"><a href="https://laralum.com"><img height="150" src="https://avatars1.githubusercontent.com/u/22253051"></a></p>

PDF will attempt to create a folder called "fonts" in the following path if it does not yet exist:
<h1 align="center">PDF</h1>

```
/storage
```
<p align="center">
<a href="https://styleci.io/repos/82854030"><img src="https://styleci.io/repos/82854030/shield?style=flat&branch=master" alt="StyleCI"></a>
<a href="https://github.com/laralum"><img src="https://img.shields.io/badge/Built%20For-Laralum-orange.svg" alt="Laralum"></a>
<a href="https://github.com/laralum/PDF"><img src="https://poser.pugx.org/laralum/pdf/d/total.svg" alt="Downloads"></a>
<a href="https://github.com/Laralum/PDF/releases"><img src="https://poser.pugx.org/laralum/pdf/v/stable.svg" alt="License"></a>
<a href="https://raw.githubusercontent.com/Laralum/PDF/master/LICENSE"><img src="https://poser.pugx.org/laralum/pdf/license.svg" alt="License"></a>
</p>

The folder path should be:
## Description

This module allow you to generate pdfs by writing in markdown syntax into a textarea.

## Documentation

<p align="center">
<a href="https://laralum.com/docs/pdf"><img height="120" src="http://i.imgur.com/47WnADd.png"></a>
</p>

## License

```
/storage/fonts
```
MIT License
Copyright (c) 2017 Laralum
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
**Note:** This proccess is automatically done
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```

0 comments on commit 3b69f53

Please sign in to comment.