Skip to content

Commit

Permalink
Add download counter badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Naoray committed Jan 24, 2019
1 parent 01f5694 commit 7a741b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 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.
Expand Down Expand Up @@ -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.
> 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.

0 comments on commit 7a741b7

Please sign in to comment.