PHPackages                             starfolksoftware/levy - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. starfolksoftware/levy

ActiveLibrary[Database &amp; ORM](/categories/database)

starfolksoftware/levy
=====================

A simple and straightforward package to manage and assign taxes to models in your laravel applications

v1.0.3(3y ago)11.2kMITPHPPHP ^8.1

Since Apr 15Pushed 3y ago1 watchersCompare

[ Source](https://github.com/starfolksoftware/levy)[ Packagist](https://packagist.org/packages/starfolksoftware/levy)[ Docs](https://github.com/starfolksoftware/levy)[ RSS](/packages/starfolksoftware-levy/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (11)Versions (5)Used By (0)

Levy
====

[](#levy)

A Laravel package that helps you attach taxes to your models.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require starfolksoftware/levy
php artisan levy:install
php artisan migrate
```

Config file
-----------

[](#config-file)

This is the contents of the published config file:

```
return [
    'middleware' => ['web'],

    'redirects' => [
        'store' => null,
        'update' => null,
        'destroy' => '/',
    ],
];
```

Usage
-----

[](#usage)

```
