Skip to content

Commit

Permalink
Merge pull request #310 from rish-0593/master
Browse files Browse the repository at this point in the history
Removed ($) sign, updated contributing section
  • Loading branch information
DannyvdSluijs committed Jul 3, 2023
2 parents eafe914 + 3e7f5dc commit 5a08ba4
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,19 +74,24 @@ This package needs Laravel 9.x.

Begin by installing this package through Composer. Require it directly from the Terminal to take the last stable version:
```bash
$ composer require fedeisas/laravel-mail-css-inliner
composer require fedeisas/laravel-mail-css-inliner
```

At this point the inliner should be already working with the default options. If you want to fine-tune these options, you can do so by publishing the configuration file:
```bash
$ php artisan vendor:publish --provider='Fedeisas\LaravelMailCssInliner\LaravelMailCssInlinerServiceProvider'
php artisan vendor:publish --provider='Fedeisas\LaravelMailCssInliner\LaravelMailCssInlinerServiceProvider'
```
and changing the settings on the generated `config/css-inliner.php` file.

## Contributing
- Install project dependencies:
```bash
$ composer install
$ ./vendor/bin/phpunit
composer install
```

- Execute tests with the following command:
```bash
./vendor/bin/phpunit
```

## Found a bug?
Expand Down

0 comments on commit 5a08ba4

Please sign in to comment.