Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
omaralalwi authored Mar 2, 2024
1 parent 78d0753 commit f9a0377
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,6 @@ Laravel Taxify provides a set of helper functions and classes to simplify tax (V

## [Documentation](https://omaralalwi.github.io/laravel-taxify)

## Installation

You can install latest stable version of package via Composer:

**Note**: version2.0.x support Laravel v8.x and Later , and PHPv8.0.x and up, if your app use older version , please see Compatibility section.
```bash
composer require omaralalwi/laravel-taxify
````

publish all package resource

```markdown
php artisan vendor:publish --provider="Omaralalwi\LaravelTaxify\LaravelTaxifyServiceProvider"
```

publish only config file
```markdown
php artisan vendor:publish --tag=laravel-taxify-config
```

## Features

- Calculate tax for individual amounts or a collection of amounts
Expand All @@ -49,10 +29,6 @@ php artisan vendor:publish --tag=laravel-taxify-config
php artisan test --filter TaxifyTest
```

### Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

## Contributing

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
Expand Down

0 comments on commit f9a0377

Please sign in to comment.