diff --git a/README.md b/README.md index c5641e6..ddd3bb4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Multitenancy Nova Tool +[![Total Downloads](https://img.shields.io/packagist/dt/romegadigital/multitenancy-nova-tool.svg?style=flat-square)](https://packagist.org/packages/romegadigital/multitenancy-nova-tool) + This package is meant to integrate with the [Multitenancy Package](https://github.com/romegadigital/Multitenancy) to bring multitenancy functionality and management to [Laravel's Nova](https://nova.laravel.com). This package automatically includes the Multitenancy Package as a dependency. Please read the documentation on how to integrate it with your existing app. @@ -178,4 +180,4 @@ protected $policies = [ ``` > **Hint** -> You can also override the Permission and Role model's policy to be visible outside of the `admin` subdomain, which this package enforces by default. \ No newline at end of file +> You can also override the Permission and Role model's policy to be visible outside of the `admin` subdomain, which this package enforces by default.