Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristories committed Sep 25, 2018
1 parent 3b64493 commit 7beacf6
Showing 1 changed file with 40 additions and 1 deletion.
41 changes: 40 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,42 @@
# Novassport

A Laravel Nova tool to manage API Authentication (Passport).
A Laravel Nova tool to manage API Authentication (Passport).

## Todo :

- [x] My Apps
- [x] Authorized Apps
- [ ] Personal Access Tokens

## Installation

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

```cli
composer require kristories/novassport
```


## Usage

Add the card to your `NovaServiceProvider.php`


```php

use Kristories\Novassport\Novassport;

// ...

public function tools()
{
return [
// ...
new Novassport(),
];
}
```

## License

The MIT License (MIT).

0 comments on commit 7beacf6

Please sign in to comment.