Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
rpungello committed Jul 14, 2022
1 parent 2ca0a00 commit 35fafea
Showing 1 changed file with 1 addition and 38 deletions.
39 changes: 1 addition & 38 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,11 @@

[<img src="https://github-ads.s3.eu-central-1.amazonaws.com/support-ukraine.svg?t=1" />](https://supportukrainenow.org)

# Generate PDF label sheets using Laravel + TCPDF

[![Latest Version on Packagist](https://img.shields.io/packagist/v/rpungello/laravel-labels.svg?style=flat-square)](https://packagist.org/packages/rpungello/laravel-labels)
[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/rpungello/laravel-labels/run-tests?label=tests)](https://github.com/rpungello/laravel-labels/actions?query=workflow%3Arun-tests+branch%3Amain)
[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/rpungello/laravel-labels/Check%20&%20fix%20styling?label=code%20style)](https://github.com/rpungello/laravel-labels/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amain)
[![Total Downloads](https://img.shields.io/packagist/dt/rpungello/laravel-labels.svg?style=flat-square)](https://packagist.org/packages/rpungello/laravel-labels)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

## Support us

[<img src="https://github-ads.s3.eu-central-1.amazonaws.com/laravel-labels.jpg?t=1" width="419px" />](https://spatie.be/github-ad-click/laravel-labels)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).
Generate PDF label sheets using Laravel + TCPDF

## Installation

Expand All @@ -33,32 +22,6 @@ php artisan vendor:publish --tag="laravel-labels-migrations"
php artisan migrate
```

You can publish the config file with:

```bash
php artisan vendor:publish --tag="laravel-labels-config"
```

This is the contents of the published config file:

```php
return [
];
```

Optionally, you can publish the views using

```bash
php artisan vendor:publish --tag="laravel-labels-views"
```

## Usage

```php
$label = new Rpungello\LaravelLabels();
echo $label->echoPhrase('Hello, Rpungello!');
```

## Testing

```bash
Expand Down

0 comments on commit 35fafea

Please sign in to comment.