Skip to content

Commit

Permalink
rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
vyuldashev committed Aug 24, 2018
1 parent f39cddf commit e169835
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# A Laravel Nova tool for Spatie's laravel-permission library

[![Latest Version on Packagist](https://img.shields.io/packagist/v/vyuldashev/nova-spatie-permission.svg?style=flat-square)](https://packagist.org/packages/vyuldashev/nova-spatie-permission)
[![Total Downloads](https://img.shields.io/packagist/dt/vyuldashev/nova-spatie-permission.svg?style=flat-square)](https://packagist.org/packages/vyuldashev/nova-spatie-permission)
[![Latest Version on Packagist](https://img.shields.io/packagist/v/vyuldashev/nova-permission.svg?style=flat-square)](https://packagist.org/packages/vyuldashev/nova-permission)
[![Total Downloads](https://img.shields.io/packagist/dt/vyuldashev/nova-permission.svg?style=flat-square)](https://packagist.org/packages/vyuldashev/nova-permission)

![screenshot 1](https://raw.githubusercontent.com/vyuldashev/nova-spatie-permission/master/docs/user-resource.png)
![screenshot 2](https://raw.githubusercontent.com/vyuldashev/nova-spatie-permission/master/docs/roles-resource.png)
![screenshot 3](https://raw.githubusercontent.com/vyuldashev/nova-spatie-permission/master/docs/permissions-resource.png)
![screenshot 1](https://raw.githubusercontent.com/vyuldashev/nova-permission/master/docs/user-resource.png)
![screenshot 2](https://raw.githubusercontent.com/vyuldashev/nova-permission/master/docs/roles-resource.png)
![screenshot 3](https://raw.githubusercontent.com/vyuldashev/nova-permission/master/docs/permissions-resource.png)

## Installation

You can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```bash
composer require vyuldashev/nova-spatie-permission
composer require vyuldashev/nova-permission
```

Go through the [Installation](https://github.com/spatie/laravel-permission#installation) section in order to setup [laravel-permission](https://packagist.org/packages/spatie/laravel-permission).
Expand Down

0 comments on commit e169835

Please sign in to comment.